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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 34: Строка 34:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">EndUpdate()</code>
 
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">EndUpdate()</code>
 +
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Owner: [[TPersistent]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IsChanged: [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>State: [[FGX.Types.StateValue.TfgStateValue|TfgStateValue]]</code>
  
 
|}
 
|}

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

Delphi

TfgPersistent = class (TPersistent)

Описание

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

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

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

Методы

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

Свойства

property
Owner: TPersistent
property
IsChanged: Boolean
property
State: TfgStateValue