Vcl.Grids.TCustomGrid.GetGridHeight

提供:RAD Studio API Documentation

Delphi

function GetGridHeight: Integer;

C++

int __fastcall GetGridHeight(void);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

GridHeight プロパティの値を返します。

GetGridHeight メソッドは,GridHeight プロパティのプロテクトされたアクセスメソッドです。このメソッドは,行の高さ,セパレータ幅,コントロールサイズを基に GridHeight プロパティの値を計算します。

関連項目