System.Devices.TDeviceInfo.RemoveDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure RemoveDevice(const AID: string);

C++

__classmethod void __fastcall RemoveDevice(const System::UnicodeString AID);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Devices.pas
System.Devices.hpp
System.Devices TDeviceInfo

Description

Removes the device with the specified identifier from the list of devices, if the device exists.

See Also