TiTank.PointerStyle
TiTank
Specifies the Pointer Style.
type TiTankPointerStyle = (itpsBar, itpsCutOut1);
property PointerStyle : TiTankPointerStyle ;
Description
Set PointerStyle to specify the Pointer Style.
These are the possible values:
Value
Meaning
itpsBar
Simple Bar-type Tank.
itpsCutOut1
Jagged, cutout-type Tank.
Example
Delphi
iComponent.PointerStyle := itpsCutOut1;
C++ Builder
iComponent->PointerStyle = itpsCutOut1;
Contents | Index | Previous | Next