Vcl.ExtCtrls.TCustomGridPanel.RowCollection

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

Delphi

property RowCollection: TRowCollection read FRowCollection write SetRowCollection;

C++

__property TRowCollection* RowCollection = {read=FRowCollection, write=SetRowCollection};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomGridPanel

説明

グリッドパネル内の行の数とサイズを設定します。

RowCollection プロパティを使用して,行の数と各行のサイズを設定します。SizeStyle プロパティを使用すると,行のサイズの指定方法として,使用できる幅に対する比率,絶対値,または自動的なサイズ変更を指定できます。