New/Change Property dialog

This dialog box allows you to specify a COM property. A property corresponds to two methods (put and get) in an interface.

'put_' + Name (Name + '_' : Type) : ECOM_HRESULT is deferred end;

'get_' + Name (Name + '_' : 'ECOM_PTR [' + Type + ']') : ECOM_HRESULT is deferred end;

new property1.gif (2735 bytes)

Ok

Accepts the data. Returns two methods get and put. The button is enabled if all mandatory fields are defined.

Cancel

Cancels the method creating/changing. All changes will be lost.

Help

Displays this help page.

Name

The property's name.

Type

The property's type. Push the Set Type button to set or change type of the property.

Set Type

Sets the property's type. Runs the Select CoType dialog.

Mandatory fields

Name