Vcl.Grids.TCustomGrid.GetGridWidth

提供:RAD Studio API Documentation

Delphi

function GetGridWidth: Integer;

C++

int __fastcall GetGridWidth(void);

プロパティ

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

説明

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

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

関連項目