TiLedMatrix.OnClickIndicator

TiLedMatrix

Occurs when an individual LED in the matrix is clicked with the mouse.

type TClickIndicatorEvent = procedure(Row, Col: Integer) of object;

property
OnClickIndicator : TClickIndicatorEvent;

Description

Use OnClickIndicator to specify actions to perform when a specific Indicator is clicked.

Contents | Index | Previous | Next