Vcl.ExtCtrls.TCustomRadioGroup.Columns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Columns: Integer read FColumns write SetColumns default 1;

C++

__property int Columns = {read=FColumns, write=SetColumns, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomRadioGroup

Description

Specifies number of columns in the radio group.

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.