TiLedMatrix.ColCount

TiLedMatrix

Specifies the number of indicator columns.

property ColCount : Integer;

Description

Use ColCount to specify the number of indicator columns. If Autosize is enabled, the size of the control will change in response to this property being changed.

Example

Delphi

iComponent.ColCount := 10;

C++ Builder

iComponent->ColCount = 10;

Contents | Index | Previous | Next