PlatformAPI.TDeviceRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDeviceRecord = record

C++

struct DECLSPEC_DRECORD TDeviceRecord
{
public:
    TDeviceType Kind;
    System::UnicodeString Id;
    System::UnicodeString Name;
    System::UnicodeString Target;
    bool Connected;
    bool Online;
    System::UnicodeString Platform;
    System::UnicodeString ProfileName;
    int Height;
    int Width;
    int Density;
    double DiagonalSize;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI

Description

TDeviceRecord provides information about an external device as returned by the Platform Assistant client.