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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 10: Строка 10:
 
Прямые наследники:
 
Прямые наследники:
 
[[FGX.Button.TfgButton|TfgButton]]
 
[[FGX.Button.TfgButton|TfgButton]]
 
== Описание ==
 
 
<span style="color:gray">Описание отсутствует.</span>
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
 
== Свойства ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageLink: [[FGX.Assets.TfgAssetLink|TfgAssetLink]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Text: [[string]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageName: [[TfgAssetName|TfgAssetName]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageLocation: [[FGX.Button.TfgImageLocation|TfgImageLocation]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Kind: [[FGX.Button.TfgButtonKind|TfgButtonKind]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TextSettings: [[FGX.Button.Types.TfgButtonTextSettings|TfgButtonTextSettings]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Shadow: [[FGX.Types.Shadow.TfgBorderShadow|TfgBorderShadow]]</code>
 
<p>Тень текста.</p>
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultImageLocation: [[FGX.Button.TfgImageLocation|TfgImageLocation]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultButtonKind: [[FGX.Button.TfgButtonKind|TfgButtonKind]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 

Версия 17:58, 29 июня 2019

Delphi

TfgCustomButton = class (TfgControl)

TComponent -> TfgControl -> TfgCustomButton

Прямые наследники: TfgButton