Class TCustomUndoChangeGridDimensions

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomUndoChangeGridDimensions = class(TCustomUndo)

Description

TCustomUndoChangeGridDimensions is the abstract ancestor of TUndoItems that make changes to the grid.

Hierarchy

Overview

Methods

Protected procedure UpdateDataSets;
Public procedure DoCommand; override;
Public procedure Undo; override;

Description

Methods

Protected procedure UpdateDataSets;

UpdateDataSets tells the TDataArrays what the new grid dimensions are.

Public procedure DoCommand; override;

DoCommand calls UpdateDataSets.

Public procedure Undo; override;

Undo calls UpdateDataSets.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:47