System.Devices.TDeviceInfo.ThisDevice

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class property ThisDevice: TDeviceInfo read GetThisDevice write SetThisDevice;

C++

/* static */ __property TDeviceInfo* ThisDevice = {read=GetThisDevice, write=SetThisDevice};

プロパティ

種類 可視性 ソース ユニット
property public
System.Devices.pas
System.Devices.hpp
System.Devices TDeviceInfo


説明

アプリケーションが実行されているデバイス。

ThisDevice の値は自分自身で設定することができます。また、SelectDevices に代わりにそれを行わさせることもできます。