FMX.Calendar.TCustomCalendar.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.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCustomCalendar

Description

Returns the default size of the calendar component.

GetDefaultSize returns a TSizeF with the default size of the calendar component.

See Also