System.Bluetooth.TBluetoothManager.LastDiscoveredTimeStamp

From RAD Studio API Documentation
Revision as of 14:27, 31 July 2014 by AChaves (talk | contribs) (52653)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property LastDiscoveredTimeStamp: TDateTime read FLastDiscoveredTimeStamp;

C++

__property System::TDateTime LastDiscoveredTimeStamp = {read=FLastDiscoveredTimeStamp};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager

Description

Time when the last discovery operation finished.

See Also