FMX.Types.IContainerObject.ContainerHeight
Delphi
property ContainerHeight: single read GetContainerHeight;
C++
__property float ContainerHeight = {read=GetContainerHeight};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IContainerObject |
説明
オブジェクトのコンテナの高さを示します。
取得関数 GetContainerHeight を実装すると、オブジェクトのコンテナの高さを取得することができます。