TiAngularGauge.GetPointersMargin

TiAngularGauge See Also

Used to get the margin of a specific pointer at runtime.

function GetPointersMargin (Index: Integer): Integer;

Description

Use GetPointersMargin to get the margin of the pointer specified by Index.

For backward compatibility, the PointerMargin property of the gauge component will modify the margin of Pointer index 0.

Example

Delphi

Value := iComponent.GetPointersMargin(1); //Gets the second pointer's margin

C++ Builder

Value = iComponent->GetPointersMargin(1); //Gets the second pointer's margin

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

Contents | Index | Previous | Next