TiLogGauge.GetPointersOffSet
TiLogGauge See Also
Used to get the offset of a specific pointer at runtime.
function GetPointersOffSet (Index: Integer): Integer;
Description
Use GetPointersOffSet to get the offset of the pointer specified by Index.
For backward compatibility, the PointerOffSet property of the gauge component will modify the offset of Pointer index 0.
Example
Delphi
Value := iComponent.GetPointersOffSet(1);//Gets the second pointer's offset
C++ Builder
Value = iComponent->GetPointersOffSet(1);//Gets the second pointer's offset
Note: Index is 0 based. Pointer with Index 0 can never be deleted.
Contents | Index | Previous | Next