FMX.Forms.IDesignerStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IDesignerStorage = interface

C++

__interface  INTERFACE_UUID("{ACCC9241-07E2-421B-8F4C-B70D1E4050AE}") IDesignerStorage  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

Defines an interface that the Form Designer uses to store and retrieve some form settings which are used by the mobile form designer. 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.

All the methods defined by the IDesignerStorage interface, when implemented in classes, are for internal use.

See Also