Vcl.Grids.TCustomGrid.GetGridHeight

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetGridHeight: Integer;

C++

int __fastcall GetGridHeight();

プロパティ

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

説明

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

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

関連項目