System.Devices.TDeviceInfo.ThisDevice

From RAD Studio API Documentation
Jump to: navigation, search

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.