Design Interface Reference

Provides design features for an object. More...

Inheritance diagram for Design:

Inheritance graph
Collaboration diagram for Design:

Collaboration graph
List of all members.

Public Member Functions

 Save ([out, retval] BSTR *Layout)
 Saves the object to string.
 Load ([in] BSTR Layout,[in, defaultvalue(0)] ULONG Flags,[in, optional] VARIANT Resources)
 Loads the object.
 Open ([in] BSTR FileName,[in, defaultvalue(0)] ULONG Flags)
 Loads the object from a file.

Properties

IDispatch R Properties []
 Returns information of the object's properties that is available in the Property Editor of the Designer.

Detailed Description

Provides design features for an object.

Since:
1.1.17.


Member Function Documentation

Load ( [in] BSTR  Layout,
[in, defaultvalue(0)] ULONG  Flags,
[in, optional] VARIANT  Resources 
)

Loads the object.

The Designer calls this method to load content of an Design Frame.

Parameters:
Layout Content.
Flags Flags.
Resources Resources.
Since:
1.1.17.

Open ( [in] BSTR  FileName,
[in, defaultvalue(0)] ULONG  Flags 
)

Loads the object from a file.

This method can be called from a script to load content of a Form.

The Open method reads the file and calls the Load method.

Parameters:
FileName The file name.
Flags Flags.
Since:
1.1.17.

Save ( [out, retval] BSTR *  Layout  ) 

Saves the object to string.

The Designer calls this method to save content of an Design Frame.

Since:
1.1.17.


Property Documentation

IDispatch R Properties

Returns information of the object's properties that is available in the Property Editor of the Designer.

Returns a PropertyInformation object.

Since:
1.1.17.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:12:30 2015. (C) Veretennikov A. B. 2004-2015