FGX.Types.TfgQuadruple`1: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 6: | Строка 6: | ||
<code>TfgQuadruple`1 = class (TfgPersistent)</code> | <code>TfgQuadruple`1 = class (TfgPersistent)</code> | ||
+ | |||
+ | == Конструкторы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | constructor || Create(AOwner: TPersistent, const ADefaultV1: T, const ADefaultV2: T, const ADefaultV3: T, const ADefaultV4: T, const AOnInternalChanged: TNotifyEvent) | ||
+ | |||
+ | |} |
Версия 23:39, 9 июня 2019
Delphi
TfgQuadruple`1 = class (TfgPersistent)
Конструкторы
constructor | Create(AOwner: TPersistent, const ADefaultV1: T, const ADefaultV2: T, const ADefaultV3: T, const ADefaultV4: T, const AOnInternalChanged: TNotifyEvent) |