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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 17: Строка 17:
 
|-
 
|-
 
| <code>constructor</code> || <code>Create(AOwner: [[TPersistent]]; const AOnInternalChanged: [[TNotifyEvent]])</code>
 
| <code>constructor</code> || <code>Create(AOwner: [[TPersistent]]; const AOnInternalChanged: [[TNotifyEvent]])</code>
 +
 +
|}
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code lang="Delphi">procedure</code> || <code lang="Delphi">Changed()</code>
 +
 +
|-
 +
| <code lang="Delphi">function</code> || <code lang="Delphi">AreDefaultValues()</code>
 +
 +
|-
 +
| <code lang="Delphi">procedure</code> || <code lang="Delphi">BeginUpdate()</code>
 +
 +
|-
 +
| <code lang="Delphi">procedure</code> || <code lang="Delphi">EndUpdate()</code>
  
 
|}
 
|}

Версия 04:12, 10 июня 2019

Delphi

TfgPersistent = class (TPersistent)

Описание

Описание отсутствует.

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

constructor Create(AOwner: TPersistent)
constructor Create(AOwner: TPersistent; const AOnInternalChanged: TNotifyEvent)

Методы

procedure Changed()
function AreDefaultValues()
procedure BeginUpdate()
procedure EndUpdate()