Description | Hierarchy | Fields | Methods | Properties |
type TCustomGridTool = class(TCustomInteractiveTool)
TCustomGridTool
is an abstract base class for TCustomInteractiveTools that interact with the grid.
![]() |
function IsOnFrontColumn(const X, Y: integer): boolean; |
![]() |
function IsOnFrontLayer(const X, Y: integer): boolean; |
![]() |
function IsOnSideLayer(const X, Y: integer): boolean; |
![]() |
function IsOnSideRow(const X, Y: integer): boolean; |
![]() |
function IsOnTopColumn(const X, Y: integer): boolean; |
![]() |
function IsOnTopRow(const X, Y: integer): boolean; |
![]() |
procedure ShowNewColumnOrLayer; |
![]() |
procedure ShowNewColumnOrRow; |
![]() |
procedure ShowNewRowOrLayer; |
![]() |
procedure Draw(const Sender: TObject; const Direction: TViewDirection); override; |
![]() |
function IsOnFrontColumn(const X, Y: integer): boolean; |
|
![]() |
function IsOnFrontLayer(const X, Y: integer): boolean; |
|
![]() |
function IsOnSideLayer(const X, Y: integer): boolean; |
|
![]() |
function IsOnSideRow(const X, Y: integer): boolean; |
|
![]() |
function IsOnTopColumn(const X, Y: integer): boolean; |
|
![]() |
function IsOnTopRow(const X, Y: integer): boolean; |
|
![]() |
procedure ShowNewColumnOrLayer; |
|
![]() |
procedure ShowNewColumnOrRow; |
|
![]() |
procedure ShowNewRowOrLayer; |
|
![]() |
procedure Draw(const Sender: TObject; const Direction: TViewDirection); override; |
When adding or moving a column, row, or layer boundary, |