Vcl.Grids.TCustomGrid.GetGridWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGridWidth: Integer;

C++

int __fastcall GetGridWidth();

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.

See Also