TiPositionComponent.RemoveLimit

TiPositionComponent See Also

Removes a specific limit pair from the component.

procedure RemoveLimit(Index: Integer);

Description

Use RemoveLimit to remove a specific limit pair from the component.

Example

Delphi

iComponent.RemoveLimit(0); //Removes 1st Limit Pair

C++ Builder

iComponent->RemoveLimit(0); //Removes 1st Limit Pair

Note: Index is zero based.

Contents | Index | Previous | Next