Datasnap.DSAuth.TDSRoleItems.LastUpdated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastUpdated: TDateTime read FLastUpdated;

C++

__property System::TDateTime LastUpdated = {read=FLastUpdated};

Properties

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

Description

Specifies the last date/time the collection was updated.

LastUpdated specifies the last date/time the collection was updated, or more specifically the last time MarkUpdated was invoked. This is used to prevent TRoleAuth instances generated from this collection from becoming outdated.