| Description | Hierarchy | Fields | Methods | Properties |
type TUndoForm = class(TfrmCustomGoPhast)
TUndoForm is a form with a built-in TUndoStack.
TUndoItem is an abstract interface for a command. Descendants define what the command does and how to undo and redo the command.![]() |
FUndoStack: TUndoStack; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
property UndoStack: TUndoStack read FUndoStack; |
![]() |
FUndoStack: TUndoStack; |
|
See UndoStack; | |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
property UndoStack: TUndoStack read FUndoStack; |
|
| |