TiGaugeComponent.RemoveAllPointers

TiGaugeComponent See Also

Removes all pointers of the gauge component except for pointer with index 0.

procedure RemoveAllPointers;

Description

Call RemoveAllPointers to remove all pointers of the gauge except for the first pointer (index 0). To delete a specific pointer, call DeletePointer. Pointer with index 0 can never be deleted for backward compatibility reasons.

Example

Delphi

iComponent.RemoveAllPointers;

C++ Builder

iComponent->RemoveAllPointers();

Note: Index is 0 based. Pointer with Index 0 can never be deleted.

Contents | Index | Previous | Next