Datasnap.DSAuth.TRoleAuth.CreateTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CreateTime: TDateTime read FCreateTime;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TRoleAuth

Description

The date/time the TRoleAuth instance was created.

CreateTime returns the date/time the TRoleAuth instance was created. This is used internally, comparing it to TDSRoleItems.LastUpdated to determine if the TRoleAuth is outdated.