[Overview][Types][Classes][Procedures and functions][Index] |
Indicates the number of rows in which Items (radio buttons) are held.
Source position: extctrls.pp line 770
public function TCustomRadioGroup.Rows: Integer; |
Number of rows.
Rows is an Integer function which returns the number of rows needed to represents the radio buttons defined in the grouped control. The return value is the result of dividing the total number of Items by the number of Columns. The return value is zero (0) when no Items have been defined in the control.
|
Contains the captions for the radio button displayed in the control. |
|
|
Number of columns used to display radio buttons in the control. |
Version 4.0 | Generated 2025-05-03 | Home |