FGX.RadioButton.TfgCustomRadioButton: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
(не показано 8 промежуточных версий этого же участника) | |||
Строка 4: | Строка 4: | ||
Delphi | Delphi | ||
− | <syntaxhighlight lang="Delphi">TfgCustomRadioButton = class (TfgCustomLabel, | + | <syntaxhighlight lang="Delphi">TfgCustomRadioButton = class (TfgCustomLabel, IFGXCheckable, IFGXGroupedByName)</syntaxhighlight> |
− | <p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX. | + | <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.RadioButton.TfgCustomRadioButton|TfgCustomRadioButton]]</span></p> |
Прямые наследники: | Прямые наследники: | ||
[[FGX.RadioButton.TfgRadioButton|TfgRadioButton]] | [[FGX.RadioButton.TfgRadioButton|TfgRadioButton]] | ||
+ | |||
+ | == Описание == | ||
+ | |||
+ | <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>TintColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IsChecked: [[Boolean]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColor: [[TAlphaColor]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColorName: [[TfgAssetName|TfgAssetName]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>GroupName: [[string]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |} | ||
+ | |||
+ | == События == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnChanged: [[TNotifyEvent]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |} | ||
+ | |||
+ | == Константы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultIsChecked: [[Boolean]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultTintColor: [[TAlphaColor]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultHitTest: [[Boolean]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |} |
Текущая версия на 22:04, 17 февраля 2021
Delphi
TfgCustomRadioButton = class (TfgCustomLabel, IFGXCheckable, IFGXGroupedByName)
TComponent -> TfgControl -> TfgCustomLabel -> TfgCustomRadioButton
Прямые наследники: TfgRadioButton
Содержание
Описание
Описание отсутствует.
Конструкторы
constructor
|
Create(AOwner: TComponent)
Описание отсутствует. |
Свойства
property
|
TintColorLink: TfgAssetColorLink
Описание отсутствует. |
property
|
IsChecked: Boolean
Описание отсутствует. |
property
|
TintColor: TAlphaColor
Описание отсутствует. |
property
|
TintColorName: TfgAssetName
Описание отсутствует. |
property
|
GroupName: string
Описание отсутствует. |
События
event
|
OnChanged: TNotifyEvent
Описание отсутствует. |
Константы
const
|
DefaultIsChecked: Boolean
Описание отсутствует. |
const
|
DefaultTintColor: TAlphaColor
Описание отсутствует. |
const
|
DefaultHitTest: Boolean
Описание отсутствует. |