PlatformAPI.IOTADesignerDevice190.Layouts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Layouts[Orientation: TOTADeviceOrientation]: TOTADeviceLayout read GetDeviceLayout write SetDeviceLayout;

C++

__property TOTADeviceLayout Layouts[TOTADeviceOrientation Orientation] = {read=GetDeviceLayout, write=SetDeviceLayout};

Properties

Type Visibility Source Unit Parent
property public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTADesignerDevice190

Description

Layouts is an array of layouts of a design-time device indexed by orientation.

See Also