FGX.Types.TfgPair`1: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 12: Строка 12:
 
|-
 
|-
 
| <code>constructor</code> || <code>Create(AOwner: TPersistent; const ADefaultV1: T; const ADefaultV2: T; const AOnInternalChanged: TNotifyEvent)</code>
 
| <code>constructor</code> || <code>Create(AOwner: TPersistent; const ADefaultV1: T; const ADefaultV2: T; const AOnInternalChanged: TNotifyEvent)</code>
 +
 +
|}
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">AfterConstruction()</syntaxhighlight>
  
 
|}
 
|}

Версия 03:20, 10 июня 2019

Delphi

TfgPair`1 = class (TfgPersistent)

Конструкторы

constructor Create(AOwner: TPersistent; const ADefaultV1: T; const ADefaultV2: T; const AOnInternalChanged: TNotifyEvent)

Методы

procedure
AfterConstruction()