Vcl.Grids.TCustomGrid.RowHeights

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

Delphi

property RowHeights[Index: Longint]: Integer read GetRowHeights write SetRowHeights;

C++

__property int RowHeights[int Index] = {read=GetRowHeights, write=SetRowHeights};

プロパティ

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

説明

グリッド内の行すべての高さ(ピクセル単位)を提供します。

RowHeights プロパティは,Index パラメータで指定された行の各セルの幅を特定します。インデックス 0 は最初の列を示します。実行時にこのプロパティを設定すると,個々の行の高さが変わります。

行の高さが,マウスでサイズ変更するか,RowHeights プロパティを使用するかして明示的に設定されていない場合,行の高さは DefaultRowHeight となります。

RowHeights 配列内のエントリ数を知るには,RowCount プロパティを使用してください。

関連項目