Description | Hierarchy | Fields | Methods | Properties |
type TColoringLimits = class(TObject)
When the grid is colored by a TDataArray, the colors can be restricted to lie within a range. TColoringLimits
is used to represent both ends of the range. See TColoringLimit.
![]() |
FLowerLimit: TColoringLimit; |
![]() |
FUpperLimit: TColoringLimit; |
![]() |
procedure SetLowerLimit(const Value: TColoringLimit); |
![]() |
procedure SetUpperLimit(const Value: TColoringLimit); |
![]() |
procedure Assign(const Value: TColoringLimits); |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Update; |
![]() |
property LowerLimit: TColoringLimit read FLowerLimit write SetLowerLimit; |
![]() |
property UpperLimit: TColoringLimit read FUpperLimit write SetUpperLimit; |
![]() |
FLowerLimit: TColoringLimit; |
|
![]() |
FUpperLimit: TColoringLimit; |
|
![]() |
procedure SetLowerLimit(const Value: TColoringLimit); |
See LowerLimit. |
![]() |
procedure SetUpperLimit(const Value: TColoringLimit); |
See UpperLimit. |
![]() |
procedure Assign(const Value: TColoringLimits); |
|
![]() |
constructor Create; |
|
![]() |
destructor Destroy; override; |
|
![]() |
procedure Update; |
If both the LowerLimit and UpperLimit are used (see TColoringLimit.UseLimit), |
![]() |
property LowerLimit: TColoringLimit read FLowerLimit write SetLowerLimit; |
|
![]() |
property UpperLimit: TColoringLimit read FUpperLimit write SetUpperLimit; |
|