Description | Hierarchy | Fields | Methods | Properties |
type TRulerSettings = class(TGoPhastPersistent)
![]() |
FRulerPrecision: integer; |
![]() |
FRulerDigits: integer; |
![]() |
FVisible: boolean; |
![]() |
procedure SetRulerDigits(const Value: integer); |
![]() |
procedure SetRulerPrecision(const Value: integer); |
![]() |
procedure SetVisible(const Value: boolean); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
property RulerPrecision: integer read FRulerPrecision write SetRulerPrecision; |
![]() |
property RulerDigits: integer read FRulerDigits write SetRulerDigits; |
![]() |
property Visible: boolean read FVisible write SetVisible; |
![]() |
FRulerPrecision: integer; |
![]() |
FRulerDigits: integer; |
![]() |
FVisible: boolean; |
![]() |
procedure SetRulerDigits(const Value: integer); |
![]() |
procedure SetRulerPrecision(const Value: integer); |
![]() |
procedure SetVisible(const Value: boolean); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
property RulerPrecision: integer read FRulerPrecision write SetRulerPrecision; |
![]() |
property RulerDigits: integer read FRulerDigits write SetRulerDigits; |
![]() |
property Visible: boolean read FVisible write SetVisible; |