PlatformAPI.TDeviceRecord

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

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;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。