FMX.Forms.TCommonCustomForm.Height
Delphi
property Height: Integer read GetHeight write SetHeight stored False;
C++
__property int Height = {read=GetHeight, write=SetHeight, stored=false, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
説明
フォームの垂直方向のサイズを示します(ピクセルで)。
Height プロパティを使用すると、フォームの高さを読み取り、または変更することができます。