Class TUndoForm

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUndoForm = class(TfrmCustomGoPhast)

Description

TUndoForm is a form with a built-in TUndoStack.

See also
TUndoItem
TUndoItem is an abstract interface for a command. Descendants define what the command does and how to undo and redo the command.

Hierarchy

Overview

Fields

Private FUndoStack: TUndoStack;

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Public property UndoStack: TUndoStack read FUndoStack;

Description

Fields

Private FUndoStack: TUndoStack;

See UndoStack;

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 

Properties

Public property UndoStack: TUndoStack read FUndoStack;

UndoStack is the TUndoStack for the form.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:41