FMX.Grid.TStringGrid.Height

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

Delphi

property Height: Single read GetHeight write SetHeight stored False;

C++

__property Height;

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TStringGrid

説明

コントロールの垂直方向のサイズを示します(ピクセルで)。

FMX.Grid.TStringGrid.Height は FMX.Controls.TControl.Height を継承しています。以下の内容はすべて FMX.Controls.TControl.Height を参照しています。

コントロールの垂直方向のサイズを示します(ピクセルで)。

Height プロパティを使用すると、コントロールの高さを読み取り、または変更することができます。

関連項目