RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRadioGroup.Columns Property

Specifies number of columns in the radio group.

Pascal
property Columns: Integer;
C++
__property int Columns;

Columns determines the number of columns in the radio group if Orientation is orVertical (the default), and the number of rows if Orientation is orHorizontal. Its value can range from 1 to 16. The default value is 1, which means that the radio buttons are arranged in a single line. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!