PlatformAPI.TOTADeviceLayout

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TOTADeviceLayout = record
  public
    Enabled: Boolean;
    Artwork: string;
    Mask: string;
    Left: Integer;
    Top: Integer;
    Width: Integer;
    Height: Integer;
    StatusbarHeight: Integer;
    StatusbarPos: TOTAStatusbarPos;
    procedure Init;
  end;

Propriétés

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


Description

TOTADeviceLayout représente la disposition d'un périphérique selon une orientation spécifique.

Un périphérique peut fournir différentes dispositions pour les différentes orientations visibles sur le Concepteur de fiches lorsque vous chargez la vue associée avec ce périphérique.

Voir aussi