System.Devices.TDeviceInfo.ThisDevice
Delphi
class property ThisDevice: TDeviceInfo read GetThisDevice write SetThisDevice;
C++
/* static */ __property TDeviceInfo* ThisDevice = {read=GetThisDevice, write=SetThisDevice};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Devices.pas System.Devices.hpp |
System.Devices | TDeviceInfo |
Description
The device where your application is running.
You can set the value of ThisDevice yourself. You can also have SelectDevices do it for you.