Vcl.Grids.TCustomGrid.GetGridHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGridHeight: Integer;

C++

int __fastcall GetGridHeight();

Properties

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

Description

Returns the value of the GridHeight property.

GetGridHeight is the protected property access method for the GridHeight property. It computes the value of the GridHeight property based on the row heights, separator width, and the size of the control.

See Also