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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 4: Строка 4:
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomCheckBox = class (TfgCustomLabel)</syntaxhighlight>
+
<syntaxhighlight lang="Delphi">TfgCustomCheckBox = class (TfgCustomLabel, IFGXCheckable)</syntaxhighlight>
  
 
<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.StaticLabel.TfgCustomLabel|TfgCustomLabel]]</span> -> <span class="type-border">[[FGX.CheckBox.TfgCustomCheckBox|TfgCustomCheckBox]]</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.StaticLabel.TfgCustomLabel|TfgCustomLabel]]</span> -> <span class="type-border">[[FGX.CheckBox.TfgCustomCheckBox|TfgCustomCheckBox]]</span></p>

Версия 03:52, 19 ноября 2019

Delphi

TfgCustomCheckBox = class (TfgCustomLabel, IFGXCheckable)

TComponent -> TfgControl -> TfgCustomLabel -> TfgCustomCheckBox

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

Описание

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

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

constructor
Create(AOwner: TComponent)

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

Свойства

property
TintColorLink: TfgAssetColorLink

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

property
IsChecked: Boolean

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

property
TintColor: TAlphaColor

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

property
TintColorName: TfgAssetName

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

События

event
OnChanged: TNotifyEvent

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

Константы

const
DefaultIsChecked: Boolean

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

const
DefaultTintColor: TAlphaColor

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