Vcl.Grids.TCustomGrid.GetGridWidth
Delphi
function GetGridWidth: Integer;
C++
int __fastcall GetGridWidth(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Description
Returns the value of the GridWidth property.
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.