FMX.Controls.Presentation.TPresentedControl.RecommendSize
Delphi
function RecommendSize(const AWishedSize: TSizeF): TSizeF; virtual;
C++
virtual System::Types::TSizeF __fastcall RecommendSize(const System::Types::TSizeF &AWishedSize);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | protected | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp | FMX.Controls.Presentation | TPresentedControl | 
説明
指定された希望サイズに基づいて対象コントロールの推奨サイズをプレゼンテーション層に要求し、プレゼンテーション層により推奨されるサイズを返します。