FGX.RadioButton.TfgCustomRadioButton: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
(не показано 28 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
− | * [[ FGX. | + | * [[ FGX.StaticLabel.TfgCustomLabel | Вверх к родителю: TfgCustomLabel ]] |
+ | * [[ FGX.RadioButton | К модулю: FGX.RadioButton ]] | ||
Delphi | Delphi | ||
− | < | + | <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.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]] | ||
== Описание == | == Описание == | ||
− | Описание отсутствует. | + | <span style="color:gray">Описание отсутствует.</span> |
− | |||
== Конструкторы == | == Конструкторы == | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
− | | < | + | | <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code> |
− | + | <span style="color:gray">Описание отсутствует.</span> | |
|} | |} | ||
Строка 21: | Строка 26: | ||
{| class="wikitable sortable" | {| 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> | |
|} | |} | ||
Строка 41: | Строка 46: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
− | | < | + | | <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnChanged: [[TNotifyEvent]]</code> |
− | + | <span style="color:gray">Описание отсутствует.</span> | |
|} | |} | ||
Строка 49: | Строка 54: | ||
{| class="wikitable sortable" | {| 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
Описание отсутствует. |