Vcl.ExtCtrls.TRadioGroup.Columns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Columns: Integer read FColumns write SetColumns default 1;

C++

__property Columns = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TRadioGroup

Description

Specifies number of columns in the radio group.

Vcl.ExtCtrls.TRadioGroup.Columns inherits from Vcl.ExtCtrls.TCustomRadioGroup.Columns. All content below this line refers to Vcl.ExtCtrls.TCustomRadioGroup.Columns.

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.