Description | Hierarchy | Fields | Methods | Properties |
type TUndoMoveRow = class(TUndoDeleteRow)
TUndoMoveRow
is used for moving a row boundary.
![]() |
FNewRow: integer; |
![]() |
FNewRowPosition: real; |
![]() |
function Description: string; override; |
![]() |
constructor Create(const ARow: integer; const NewPosition: real); |
![]() |
procedure DoCommand; override; |
![]() |
procedure Undo; override; |
![]() |
FNewRow: integer; |
|
![]() |
FNewRowPosition: real; |
|
![]() |
function Description: string; override; |
See TCustomUndo.Description. |
![]() |
procedure DoCommand; override; |
|
![]() |
procedure Undo; override; |
|