PlatformAPI.TDeviceRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TDeviceRecord = record
    Kind: TDeviceType;
    Id: string;
    Name: string;
    Target: string;
    Connected: Boolean;
    Online: Boolean;
    Platform: string;
    ProfileName: string;
    Height: Integer;
    Width: Integer;
    Density: Integer;
    DiagonalSize: Double;
  end;

Properties

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

Description

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