Datasnap.DSAuth.TRoleAuth.CreateTime

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CreateTime: TDateTime read FCreateTime;

C++

__property System::TDateTime CreateTime = {read=FCreateTime};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TRoleAuth

Beschreibung

Der Datums-/Uhrzeitwert für die Erstellung der TRoleAuth-Instanz.

Mit CreateTime wird der Datums-/Uhrzeitwert für die Erstellung der TRoleAuth-Instanz zurückgegeben. Dieser Wert wird intern verwendet, indem er mit TDSRoleItems.LastUpdated vergleicht wird, um zu bestimmen, ob TRoleAuth veraltet ist.