RadioButton
Properties:
Border
BorderColor
Caption
Enabled
FieldBackColor
FieldTextColor
Font
HorizontalAlign
SelectionValue
TextColor
TitleLocation
ToolTip
Transparent
VerticalAlign
Events:
Description:
Availability:
Example:
Controls.RadioButton1.Caption = "Day, week, month"; Controls.RadioButton1.SelectionValue = mDayWeekMonth; Controls.RadioButton2.Caption = "Week, month, year"; Controls.RadioButton2.SelectionValue = mWeekMonthYear; Controls.RadioButton3.Caption = "Week, year"; Controls.RadioButton4.SelectionValue = mWeekYear; |