TiPositionComponent.LimitCount

TiPositionComponent See Also

Returns the number of limit pairs for the component.

property LimitCount : Integer;

Description

Use the LimitCount property to get the number of limit pairs for the component.

Example

Delphi

Value := iComponent.LimitCount;

C++ Builder

Value = iComponent->LimitCount;

Note: This property is read only.

Contents | Index | Previous | Next