Description | Hierarchy | Fields | Methods | Properties |
type TUndoSetScreenObjectProperties = class(TCustomUndo)
TUndoSetScreenObjectProperties
is used to set or undo the setting of a TScreenObject.
![]() |
function Description: string; override; |
![]() |
procedure ResetScreenObjectDataSetSubscriptions; virtual; |
![]() |
procedure DoCommand; override; |
![]() |
procedure Undo; override; |
![]() |
constructor Create(const AListOfScreenObjects: TList); |
![]() |
destructor Destroy; override; |
![]() |
FOldCellSize: array of real; |
|
![]() |
FOldCellSizeUsed: array of boolean; |
|
![]() |
FOldColorLine: TBooleanDynArray; |
|
![]() |
FOldDataSets: TObjectList; |
|
![]() |
FOldElevationCount: array of TElevationCount; |
|
![]() |
FOldElevationFunction: array of string; |
|
![]() |
FOldEvaluatedAt: array of TEvaluatedAt; |
|
![]() |
FOldFillColor: array of TColor; |
|
![]() |
FOldFillScreenObject: TBooleanDynArray; |
|
![]() |
FOldFunctions: TObjectList; |
|
![]() |
FOldHigherElevationFunction: array of string; |
|
![]() |
FOldLineColor: array of TColor; |
|
![]() |
FOldLowerElevationFunction: array of string; |
|
![]() |
FOldName: string; |
|
![]() |
FOldPoints: TRealPointArray; |
|
![]() |
FOldSetPropertiesByInterpolation: TBooleanDynArray; |
|
![]() |
FOldSetPropertiesOfEnclosedCells: TBooleanDynArray; |
|
![]() |
FOldSetPropertiesOfIntersectedCells: TBooleanDynArray; |
|
![]() |
FListOfScreenObjects: TList; |
|
![]() |
FNameChanged: boolean; |
|
![]() |
FNewCellSize: real; |
|
![]() |
FNewCellSizeUsed: boolean; |
|
![]() |
FNewColorLine: boolean; |
|
![]() |
FNewDataSets: TObjectList; |
|
![]() |
FNewElevationCount: TElevationCount; |
|
![]() |
FNewElevationFunction: string; |
|
![]() |
FNewEvaluatedAt: TEvaluatedAt; |
|
![]() |
FNewFillColor: TColor; |
|
![]() |
FNewFillScreenObject: boolean; |
|
![]() |
FNewFunctions: TObjectList; |
|
![]() |
FNewHigherElevationFunction: string; |
|
![]() |
FNewLineColor: TColor; |
|
![]() |
FNewLowerElevationFunction: string; |
|
![]() |
FNewName: string; |
|
![]() |
FNewPoints: TRealPointArray; |
|
![]() |
FNewSetPropertiesByInterpolation: boolean; |
|
![]() |
FNewSetPropertiesOfEnclosedCells: boolean; |
|
![]() |
FNewSetPropertiesOfIntersectedCells: boolean; |
|
![]() |
FSetCellsColor: boolean; |
|
![]() |
FSetCellSize: boolean; |
|
![]() |
FSetCellSizeUsed: boolean; |
|
![]() |
FSetColorLine: boolean; |
|
![]() |
FSetElevationCount: boolean; |
|
![]() |
FSetElevationFunction: boolean; |
|
![]() |
FSetEvaluatedAt: boolean; |
|
![]() |
FSetFillColor: boolean; |
|
![]() |
FSetFillScreenObject: boolean; |
|
![]() |
FSetHigherElevationFunction: boolean; |
|
![]() |
FSetLineColor: boolean; |
|
![]() |
FSetLowerElevationFunction: boolean; |
|
![]() |
FSetPoints: boolean; |
|
![]() |
FSet_SetPropertiesByInterpolation: boolean; |
|
![]() |
FSet_SetPropertiesOfEnclosedCells: boolean; |
|
![]() |
FSet_SetPropertiesOfIntersectedCells: boolean; |
|
![]() |
function Description: string; override; |
Description describes what this TCustomUndo does for display in a menu or hing. |
![]() |
procedure ResetScreenObjectDataSetSubscriptions; virtual; |
|
![]() |
procedure DoCommand; override; |
|
![]() |
procedure Undo; override; |
|
![]() |
constructor Create(const AListOfScreenObjects: TList); |
|
![]() |
destructor Destroy; override; |
|