FMX.Types.IContainerObject.GetContainerHeight

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

Delphi

function GetContainerHeight: Single;

C++

virtual float __fastcall GetContainerHeight() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IContainerObject

説明

ContainerHeight プロパティの取得関数です。

GetContainerHeight を実装すると、オブジェクトのコンテナの高さを取得することができます。

関連項目