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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 8: Строка 8:
  
 
Описание отсутствует.
 
Описание отсутствует.
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IsChecked: [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColor: [[TAlphaColor]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColorName: [[.TfgAssetName|TfgAssetName]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>GroupName: [[string]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>AdjustsFontSizeToFitWidth: [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Text: [[string]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Color: [[TAlphaColor]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ColorName: [[.TfgAssetName|TfgAssetName]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>LinkColor: [[TAlphaColor]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>LinkColorName: [[.TfgAssetName|TfgAssetName]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>CharCase: [[.TfgCharCase|TfgCharCase]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Font: [[FGX.Canvas.Types.TfgFont|TfgFont]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>FocusControl: [[FGX.Control.TfgControl|TfgControl]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Shadow: [[FGX.Types.Shadow.TfgBorderShadow|TfgBorderShadow]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>LinesCount: [[Integer]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>LineSpacing: [[Single]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>LineBreak: [[.TfgTextLineBreak|TfgTextLineBreak]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>LinksTypes: [[.TfgLinksTypes|TfgLinksTypes]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Trimming: [[.TfgTextTrimming|TfgTextTrimming]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>HorzAlign: [[.TfgHorizontalAlignment|TfgHorizontalAlignment]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>VertAlign: [[.TfgVerticalAlignment|TfgVerticalAlignment]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Alignment: [[FGX.Control.Types.TfgControlAlignment|TfgControlAlignment]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>AlignWithMargins: [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundName: [[.TfgAssetName|TfgAssetName]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Locked: [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>LookupName: [[string]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>PositionMode: [[.TfgPositionMode|TfgPositionMode]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Position: [[FGX.Control.Types.TfgPosition|TfgPosition]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>RelativePosition: [[FGX.Control.Types.TfgRelativePosition|TfgRelativePosition]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Size: [[FGX.Control.Types.TfgSize|TfgSize]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Constraints: [[FGX.Control.Types.TfgConstraints|TfgConstraints]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Margins: [[FGX.Control.Types.TfgMargins|TfgMargins]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>GestureKinds: [[.TfgGestureKinds|TfgGestureKinds]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>HitTest: [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Opacity: [[Single]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visible: [[Boolean]]</code>
 +
 +
|}

Версия 04:54, 10 июня 2019

Delphi

TfgRadioButton = class (TfgCustomRadioButton, IfgCheck, IfgGroupName)

Описание

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

Свойства

property
IsChecked: Boolean
property
TintColor: TAlphaColor
property
TintColorName: TfgAssetName
property
GroupName: string
property
AdjustsFontSizeToFitWidth: Boolean
property
Text: string
property
Color: TAlphaColor
property
ColorName: TfgAssetName
property
LinkColor: TAlphaColor
property
LinkColorName: TfgAssetName
property
CharCase: TfgCharCase
property
Font: TfgFont
property
FocusControl: TfgControl
property
Shadow: TfgBorderShadow
property
LinesCount: Integer
property
LineSpacing: Single
property
LineBreak: TfgTextLineBreak
property
LinksTypes: TfgLinksTypes
property
Trimming: TfgTextTrimming
property
HorzAlign: TfgHorizontalAlignment
property
VertAlign: TfgVerticalAlignment
property
Alignment: TfgControlAlignment
property
AlignWithMargins: Boolean
property
BackgroundName: TfgAssetName
property
Locked: Boolean
property
LookupName: string
property
PositionMode: TfgPositionMode
property
Position: TfgPosition
property
RelativePosition: TfgRelativePosition
property
Size: TfgSize
property
Constraints: TfgConstraints
property
Margins: TfgMargins
property
GestureKinds: TfgGestureKinds
property
HitTest: Boolean
property
Opacity: Single
property
Visible: Boolean