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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 4: Строка 4:
  
 
<syntaxhighlight lang="Delphi">TfgMargins = class (TfgPersistent)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgMargins = class (TfgPersistent)</syntaxhighlight>
 
== Описание ==
 
 
Значения внешних отступов.
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]])</code>
 
 
|}
 
 
== Методы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">AreDefaultValues(): [[Boolean]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">ToString(): [[string]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">ToRectF(): [[TRectF]]</code>
 
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultMargin: [[Integer]]</code>
 
 
|}
 

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

Delphi

TfgMargins = class (TfgPersistent)