API:FMX.Types.TDisplay

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TDisplay = record

C++

struct DECLSPEC_DRECORD TDisplay
{
public:
    System::NativeUInt Id;
    int Index;
    bool Primary;
    System::Types::TRectF Bounds;
    System::Types::TRect PhysicalBounds;
    System::Types::TRectF Workarea;
    System::Types::TRect PhysicalWorkarea;
    float Scale;
    System::Types::TRectF SafeAreaInsets;
    System::Types::TRectF __fastcall BoundsRect();
    System::Types::TRectF __fastcall WorkareaRect();
    __fastcall TDisplay(const int AIndex, const bool APrimary, const System::Types::TRectF &ABounds, const System::Types::TRectF &AWorkArea);
    TDisplay() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.