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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 25 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.RadioButton | Вверх к родителю: FGX.RadioButton ]]
+
* [[ FGX.StaticLabel.TfgCustomLabel | Вверх к родителю: TfgCustomLabel ]]
 +
* [[ FGX.RadioButton | К модулю: FGX.RadioButton ]]
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomRadioButton = class (TfgCustomLabel)</syntaxhighlight>
+
<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"
 +
|-
 +
| <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

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