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

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

Версия 02:55, 13 июня 2019

Delphi

TfgPersistent = class (TPersistent)

TPersistent -> TfgPersistent

Прямые наследники: TfgAndroidCalendarSettings, TfgiOSCalendarSettings, TfgGradient, TfgBrush, TfgFont, TfgPath, TfgPullToRefreshOptions, TfgConstraints, TfgMargins, TfgControlAlignment, TfgRelativePosition, TfgSystemStatusBar, TfgChildrenAlignment, TfgPadding, TfgMessageSender, TfgNavigationBarButtonsOptions, TfgCornersSettings, TfgScrollBoxContentSize, TfgColorsForStates, TfgTextSettings, TfgBorder, TfgShadow, TfgPair`1, TfgQuadruple`1

Непрямые наследники: TfgStrokeBrush, TfgNativeControlHandle, TfgButtonColorsForStates, TfgButtonTextSettings, TfgNavigationBarTitleTextSettings, TfgNavigationBarSubTitleTextSettings, TfgBorderShadow

Описание

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

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

constructor
Create(AOwner: TPersistent)

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

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

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

Методы

procedure
Changed()

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

function
AreDefaultValues(): Boolean

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

procedure
BeginUpdate()

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

procedure
EndUpdate()

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