TWebRadioGroup
Description
Below is a list of the most important properties methods and events for the TWebRadioGroup
. TWebRadioGroup
is a group of radio button controls similar to a VCL TRadioGroup
.
|
|
Designtime |
Runtime |
Properties for TWebRadioGroup
Property |
Description |
Caption |
Sets the caption text of the radiogroup |
Columns |
Defines in how many columns the radiobuttons are displayed. Default is 1 . |
ElementClassName |
Optionally sets the CSS classname for the label when styling via CSS is used |
ElementID |
Optionally sets the HTML element ID for a HTML element in the form HTML file the label needs to be connected with. When connected, no new label is created but the Delphi class is connected with the existing HTML element in the form HTML file |
ItemIndex |
Sets or gets the selected radio button in the group |
Items |
Access to the radio button captions in the group via a TStringList property |
Events for TWebRadioGroup
Property |
Description |
OnChange |
Event triggered when the selected radio button in the radiogroup changes |