Class TUndoReverseVerticies

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUndoReverseVerticies = class(TCustomUpdateScreenObjectUndo)

Description

no description available, TCustomUpdateScreenObjectUndo description follows

TCustomUpdateScreenObjectUndo provides methods that descendants can use to notify the GUI of changes.

Hierarchy

Overview

Fields

Private FScreenObjects: TList;

Methods

Private procedure ReverseObjects;
Protected function Description: string; override;
Public constructor Create;
Public destructor Destroy; override;
Public procedure DoCommand; override;
Public procedure Undo; override;

Description

Fields

Private FScreenObjects: TList;
 

Methods

Private procedure ReverseObjects;
 
Protected function Description: string; override;

Description tells what TUndoReverseVerticies does.

Public constructor Create;
 
Public destructor Destroy; override;

Destroy destroys the current instance of TUndoReverseVerticies. Do not call Destroy directly. Call Free instead.

Public procedure DoCommand; override;
 
Public procedure Undo; override;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:06