FGX.Types.TfgQuadruple`1: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 14: | Строка 14: | ||
|- | |- | ||
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]]; const ADefaultV1: [[T]]; const ADefaultV2: [[T]]; const ADefaultV3: [[T]]; const ADefaultV4: [[T]]; const AOnInternalChanged: [[TNotifyEvent]])</code> | | <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]]; const ADefaultV1: [[T]]; const ADefaultV2: [[T]]; const ADefaultV3: [[T]]; const ADefaultV4: [[T]]; const AOnInternalChanged: [[TNotifyEvent]])</code> | ||
+ | |||
+ | |} | ||
+ | |||
+ | == Методы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">AfterConstruction()</code> | ||
|} | |} |
Версия 04:58, 10 июня 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)
|
Методы
procedure
|
AfterConstruction()
|