RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.GetGridWidth Method

Returns the value of the GridWidth property.

Pascal
function GetGridWidth: Integer;
C++
__fastcall int GetGridWidth();

GetGridWidth is the protected property access method for the GridWidth property. It computes the value of the GridWidth property based on the column widths, separator width, and the size of the control. 

 

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