Description | Hierarchy | Fields | Methods | Properties |
type TUndoAddPart = class(TCustomUpdateScreenObjectUndo)
TCustomUpdateScreenObjectUndo
provides methods that descendants can use to notify the GUI of changes.
![]() |
FScreenObject: TScreenObject; |
![]() |
FNewPoints: TRealPointArray; |
![]() |
FCount: integer; |
![]() |
FCapacity: integer; |
![]() |
procedure Grow; |
![]() |
procedure SetCapacity(const Value: integer); |
![]() |
function Description: string; override; |
![]() |
procedure AddPoint(Point: TPoint2D); |
![]() |
Constructor Create(ScreenObject: TScreenObject); |
![]() |
procedure DoCommand; override; |
![]() |
procedure Redo; override; |
![]() |
procedure Undo; override; |
![]() |
procedure DeleteLastPoint; |
![]() |
property Capacity: integer read FCapacity write SetCapacity; |
![]() |
property Count: integer read FCount; |
![]() |
FScreenObject: TScreenObject; |
![]() |
FNewPoints: TRealPointArray; |
![]() |
FCount: integer; |
![]() |
FCapacity: integer; |
![]() |
procedure Grow; |
![]() |
procedure SetCapacity(const Value: integer); |
![]() |
function Description: string; override; |
![]() |
procedure AddPoint(Point: TPoint2D); |
![]() |
Constructor Create(ScreenObject: TScreenObject); |
![]() |
procedure DoCommand; override; |
![]() |
procedure Redo; override; |
![]() |
procedure Undo; override; |
![]() |
procedure DeleteLastPoint; |
![]() |
property Capacity: integer read FCapacity write SetCapacity; |
|
![]() |
property Count: integer read FCount; |