TiLedMatrix.RowCount

TiLedMatrix

Specifies the number of indicator rows.

property RowCount : Integer;

Description

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

Example

Delphi

iComponent.RowCount := 10;

C++ Builder

iComponent->RowCount = 10;

Contents | Index | Previous | Next