PlatformAPI.TDeviceRecord.Connected
Delphi
Connected: Boolean;
C++
bool Connected;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | TDeviceRecord |
Description
Connected indicates whether an external device is connected to the system running the Platform Assistant server (True
) or not (False
).