PlatformAPI.TOTADeviceLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTADeviceLayout = record

C++

struct DECLSPEC_DRECORD TOTADeviceLayout
{
public:
    bool Enabled;
    System::UnicodeString Artwork;
    System::UnicodeString Mask;
    int Left;
    int Top;
    int Width;
    int Height;
    int StatusbarHeight;
    TOTAStatusbarPos StatusbarPos;
    void __fastcall Init();
};

Properties

Type Visibility Source Unit Parent
record
struct
public
PlatformAPI.pas
PlatformAPI.hpp
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