FireDAC.Comp.Client.TFDCustomConnection.LastUsed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastUsed: TDateTime read FLastUsed;

C++

__property System::TDateTime LastUsed = {read=FLastUsed};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

The date and time of the last usage of the connection.

The LastUsed property returns the date and time of the last activity on this connection.

See Also