PlatformAPI.TDeviceRecord

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;

Propriétés

Type Visibilité  Source Unité  Parent
record public PlatformAPI.pas PlatformAPI PlatformAPI

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !