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;
Accepts the data. Returns two methods get and put. The button is enabled if all mandatory fields are defined.
Cancels the method creating/changing. All changes will be lost.
Displays this help page.
The property's name.
The property's type. Push the Set Type button to set or change type of the property.
Sets the property's type. Runs the Select CoType dialog.