property Style: TRBStyle;
type TRBStyle = (rbsDefault, rbsMac);
Determines appearance of the control. Note that some properties are accessible only when Style is set to rbsMac.
The default value is rbsDefault;
[See also]: