FireDAC.Comp.Client.TFDCustomConnection.LastUsed

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomConnection

Delphi

property LastUsed: TDateTime read FLastUsed;

C++

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

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