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

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

Версия 23:39, 9 июня 2019

Delphi

TfgPair`1 = class (TfgPersistent)

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

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

Методы

procedure AfterConstruction()