| Description | Hierarchy | Fields | Methods | Properties |
type TUndoAddColumn = class(TCustomUndoChangeGridDimensions)
TUndoAddColumn is used to add a column boundary.
![]() |
FColumn: integer; |
![]() |
FColumnPosition: real; |
![]() |
FSelectedColumn: integer; |
![]() |
function Description: string; override; |
![]() |
constructor Create(const NewPosition: real); |
![]() |
procedure DoCommand; override; |
![]() |
procedure Undo; override; |
![]() |
FColumn: integer; |
|
| |
![]() |
FColumnPosition: real; |
|
| |
![]() |
FSelectedColumn: integer; |
|
| |
![]() |
function Description: string; override; |
|
See TCustomUndo.Description. | |
![]() |
constructor Create(const NewPosition: real); |
|
Parameters
| |
![]() |
procedure DoCommand; override; |
|
| |
![]() |
procedure Undo; override; |
|
| |