FMX.Calendar.TCustomCalendar.GetDefaultSize

提供:RAD Studio API Documentation

Delphi

function GetDefaultSize: TSizeF; override;

C++

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

プロパティ

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


説明

カレンダー コンポーネントのデフォルト サイズを返します。

GetDefaultSize メソッドは、カレンダー コンポーネントのデフォルト サイズを格納した TSizeF オブジェクトを返します。

関連項目