FMX.Edit.TCustomEdit.GetDefaultSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDefaultSize: TSizeF; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Gets the default size of the control.

Returns a TSizeF with the default values of Width and Height.

See Also