PlatformAPI.TOTADeviceLayout

From RAD Studio API Documentation
Jump to: navigation, search

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;

Properties

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

Description

TOTADeviceLayout represents the layout of a device for a specific orientation.

A device may provide different layouts for different orientations that you can see on the Form Designer when you load the view associated with that device.

See Also