| Description | Hierarchy | Fields | Methods | Properties |
type TUndoAddRow = class(TCustomUndoChangeGridDimensions)
TUndoAddRow is used to add a row boundary.
![]() |
Row: integer; |
![]() |
RowPosition: real; |
![]() |
SelectedRow: integer; |
![]() |
function Description: string; override; |
![]() |
constructor Create(const NewPosition: real); |
![]() |
procedure DoCommand; override; |
![]() |
procedure Undo; override; |
![]() |
Row: integer; |
|
| |
![]() |
RowPosition: real; |
|
| |
![]() |
SelectedRow: integer; |
|
| |
![]() |
function Description: string; override; |
|
See TCustomUndo.Description. | |
![]() |
constructor Create(const NewPosition: real); |
|
Parameters
| |
![]() |
procedure DoCommand; override; |
|
| |
![]() |
procedure Undo; override; |
|
| |