FMX.Calendar.TCustomCalendar.SetData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetData(const Value: TValue); override;

C++

virtual void __fastcall SetData(const System::Rtti::TValue &Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCustomCalendar


Beschreibung

Als protected deklarierte Setter-Implementierung für die Eigenschaft Date.


Siehe auch