Description | Hierarchy | Fields | Methods | Properties |
type TShowFloatLimit = class(TPersistent)
![]() |
FEndLimit: double; |
![]() |
FUseLimit: boolean; |
![]() |
FStartLimit: double; |
![]() |
procedure SetEndLimit(const Value: double); |
![]() |
procedure SetStartLimit(const Value: double); |
![]() |
procedure SetUseLimit(const Value: boolean); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property UseLimit: boolean read FUseLimit write SetUseLimit; |
![]() |
property StartLimit: double read FStartLimit write SetStartLimit; |
![]() |
property EndLimit: double read FEndLimit write SetEndLimit; |
![]() |
FEndLimit: double; |
![]() |
FUseLimit: boolean; |
![]() |
FStartLimit: double; |
![]() |
procedure SetEndLimit(const Value: double); |
![]() |
procedure SetStartLimit(const Value: double); |
![]() |
procedure SetUseLimit(const Value: boolean); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property UseLimit: boolean read FUseLimit write SetUseLimit; |
![]() |
property StartLimit: double read FStartLimit write SetStartLimit; |
![]() |
property EndLimit: double read FEndLimit write SetEndLimit; |