FMX.Types.IContainerObject.GetContainerWidth

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

Delphi

function GetContainerWidth: Single;

C++

virtual float __fastcall GetContainerWidth() = 0 ;

プロパティ

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

説明

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

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

関連項目