[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomCheckGroup.Columns

Columns is the number of columns in which the Items (check boxes) are arranged.

Declaration

Source position: extctrls.pp line 852

public property TCustomCheckGroup.Columns : Integer
  read FColumns
  write SetColumns
  default 1;

Description

Columns is an Integer property which specifies the number of columns used to display the check boxes for the grouped edit control. Changing the value in the property causes the UpdateControlsPerLine method to be called. The new value for the property must be a positive non-zero value or an exception is raised.

The value in Columns is used as the number of controls displayed per line in the ChildSizing property.

The default value for the property is 1.

See also

TWinControl.ChildSizing

  

Parameters for child control arrangement and spacing.

TCheckGroup.ChildSizing

  

Parameters for child control arrangement and spacing.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.