RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.Sizing Method

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

Pascal
function Sizing(X: Integer; Y: Integer): Boolean;
C++
__fastcall Boolean Sizing(int X, int Y);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!