FMX.Calendar.TCustomCalendar.GetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetData: TValue; override;

C++

virtual System::Rtti::TValue __fastcall GetData(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCustomCalendar

Description

Protected getter implementation for the DateTime property.


See Also