Description | Hierarchy | Fields | Methods | Properties |
type TUndoSubdivide = class(TCustomUndoChangeGridDimensions)
TUndoSubdivide
is used to subdivide columns, rows, or layers.
![]() |
FColumnCount: integer; |
![]() |
FFirstColumn: integer; |
![]() |
FFirstLayer: integer; |
![]() |
FFirstRow: integer; |
![]() |
FLastColumn: integer; |
![]() |
FLastLayer: integer; |
![]() |
FLastRow: integer; |
![]() |
FLayerCount: integer; |
![]() |
FRowCount: integer; |
![]() |
function Description: string; override; |
![]() |
procedure Recombine(const Count, OldPosition: integer; var AnArray: TOneDRealArray); |
![]() |
procedure Subdivide(const Count, OldPosition: integer; var AnArray: TOneDRealArray); |
![]() |
procedure DoCommand; override; |
![]() |
procedure Undo; override; |
![]() |
property ColumnCount: integer read FColumnCount write FColumnCount; |
![]() |
property FirstColumn: integer read FFirstColumn write FFirstColumn; |
![]() |
property FirstLayer: integer read FFirstLayer write FFirstLayer; |
![]() |
property FirstRow: integer read FFirstRow write FFirstRow; |
![]() |
property LastColumn: integer read FLastColumn write FLastColumn; |
![]() |
property LastLayer: integer read FLastLayer write FLastLayer; |
![]() |
property LastRow: integer read FLastRow write FLastRow; |
![]() |
property LayerCount: integer read FLayerCount write FLayerCount; |
![]() |
property RowCount: integer read FRowCount write FRowCount; |
![]() |
FColumnCount: integer; |
|
![]() |
FFirstColumn: integer; |
|
![]() |
FFirstLayer: integer; |
|
![]() |
FFirstRow: integer; |
|
![]() |
FLastColumn: integer; |
|
![]() |
FLastLayer: integer; |
|
![]() |
FLastRow: integer; |
|
![]() |
FLayerCount: integer; |
|
![]() |
FRowCount: integer; |
|
![]() |
function Description: string; override; |
See TCustomUndo.Description. |
![]() |
procedure Recombine(const Count, OldPosition: integer; var AnArray: TOneDRealArray); |
Parameters
|
![]() |
procedure Subdivide(const Count, OldPosition: integer; var AnArray: TOneDRealArray); |
Parameters
|
![]() |
procedure DoCommand; override; |
|
![]() |
procedure Undo; override; |
|
![]() |
property ColumnCount: integer read FColumnCount write FColumnCount; |
|
![]() |
property FirstColumn: integer read FFirstColumn write FFirstColumn; |
|
![]() |
property FirstLayer: integer read FFirstLayer write FFirstLayer; |
|
![]() |
property FirstRow: integer read FFirstRow write FFirstRow; |
|
![]() |
property LastColumn: integer read FLastColumn write FLastColumn; |
|
![]() |
property LastLayer: integer read FLastLayer write FLastLayer; |
|
![]() |
property LastRow: integer read FLastRow write FLastRow; |
|
![]() |
property LayerCount: integer read FLayerCount write FLayerCount; |
|
![]() |
property RowCount: integer read FRowCount write FRowCount; |
|