FMX.Edit.TCustomEdit.GetDefaultSize

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

Delphi

function GetDefaultSize: TSizeF; override;

C++

virtual System::Types::TSizeF __fastcall GetDefaultSize();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit


説明

コントロールのデフォルト サイズを取得します。

WidthHeight にデフォルト値が設定された TSizeF を返します。

関連項目