FMX.Forms._di_IDesignerStorage

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IDesignerStorage> _di_IDesignerStorage;

Properties

Type Visibility Source Unit Parent
typedef public FMX.Forms.hpp FMX.Forms FMX.Forms

Description

Represents the IDesignerStorage Delphi interface for C++Builder usage.

_di_IDesignerStorage is a C++Builder type that defines an interface that the Form Designer uses to store and retrieve some form settings which are used by the mobile form designer (IDesignerStorage). This allows a mobile form to be opened outside of its project and will still retain some information about the device which the form was designed for.

See Also