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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.Control.TfgControl | Вверх к родителю: TfgControl ]]
+
* [[ FGX.Controls.TfgControl | Вверх к родителю: TfgControl ]]
 
* [[ FGX.Button | К модулю: FGX.Button ]]
 
* [[ FGX.Button | К модулю: FGX.Button ]]
  
Строка 6: Строка 6:
 
<syntaxhighlight lang="Delphi">TfgCustomButton = class (TfgControl)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCustomButton = class (TfgControl)</syntaxhighlight>
  
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Control.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.Button.TfgCustomButton|TfgCustomButton]]</span></p>
+
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Controls.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.Button.TfgCustomButton|TfgCustomButton]]</span></p>
  
 
Прямые наследники:
 
Прямые наследники:

Версия 05:43, 10 июля 2019

Delphi

TfgCustomButton = class (TfgControl)

TComponent -> TfgControl -> TfgCustomButton

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

Описание

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

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

constructor
Create(AOwner: TComponent)

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

Свойства

property
ImageLink: TfgAssetLink

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

property
Text: string

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

property
ImageName: TfgAssetName

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

property
ImageLocation: TfgImageLocation

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

property
Kind: TfgButtonKind

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

property
TextSettings: TfgButtonTextSettings

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

property
Shadow: TfgBorderShadow

Тень текста.

Константы

const
DefaultImageLocation: TfgImageLocation

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

const
DefaultButtonKind: TfgButtonKind

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