| Description | Hierarchy | Fields | Methods | Properties |
type TUndoInsertPoint = class(TCustomUpdateScreenObjectUndo)
TUndoInsertPoint inserts a point into a TScreenObject.
![]() |
FCanInsert: boolean; |
![]() |
FPoint: TPoint2D; |
![]() |
FPosition: integer; |
![]() |
FScreenObject: TScreenObject; |
![]() |
FSectionStarts: TValueArrayStorage; |
![]() |
FPoints: TRealPointArray; |
![]() |
function Description: string; override; |
![]() |
constructor Create(const AScreenObject: TScreenObject; const APosition: integer; const APoint: TPoint2D); |
![]() |
destructor Destroy; override; |
![]() |
procedure DoCommand; override; |
![]() |
procedure Redo; override; |
![]() |
procedure Undo; override; |
![]() |
FCanInsert: boolean; |
|
| |
![]() |
FPoint: TPoint2D; |
|
| |
![]() |
FPosition: integer; |
|
| |
![]() |
FScreenObject: TScreenObject; |
|
| |
![]() |
FSectionStarts: TValueArrayStorage; |
![]() |
FPoints: TRealPointArray; |
![]() |
function Description: string; override; |
|
| |
![]() |
constructor Create(const AScreenObject: TScreenObject; const APosition: integer; const APoint: TPoint2D); |
|
Parameters
| |
![]() |
destructor Destroy; override; |
![]() |
procedure DoCommand; override; |
|
| |
![]() |
procedure Redo; override; |
|
| |
![]() |
procedure Undo; override; |
|
| |