Description | Hierarchy | Fields | Methods | Properties |
type TUndoDeleteRow = class(TCustomUndoChangeGridDimensions)
TUndoDeleteRow
is used for deleting a row boundary from the grid.
![]() |
FRow: integer; |
![]() |
FRowPosition: real; |
![]() |
FSelectedRow: Integer; |
![]() |
function Description: string; override; |
![]() |
constructor Create(const ARow: integer); |
![]() |
procedure DoCommand; override; |
![]() |
procedure Undo; override; |
![]() |
FRow: integer; |
|
![]() |
FRowPosition: real; |
|
![]() |
FSelectedRow: Integer; |
|
![]() |
function Description: string; override; |
See TCustomUndo.Description. |
![]() |
constructor Create(const ARow: integer); |
|
![]() |
procedure DoCommand; override; |
|
![]() |
procedure Undo; override; |
|