Vcl.Grids.TCustomGrid.Sizing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Sizing(X, Y: Integer): Boolean;

C++

bool __fastcall Sizing(int X, int Y);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Indicates whether the indicated coordinates are on one of the resize hot zones of the graph.

Grid controls call Sizing internally with the coordinates of a mouse click to determine whether the user is about to resize a row or column.

See Also