This topic describes the options available to customize the output of the source code generated by the PowerBASIC COM Browser.
Always use an Interface Prefix
This option prefixes all Interface names with the text specified in the Interface Prefix textbox. This is useful when using multiple type libraries in a project and there are conflicts with duplicate Interface names.
Only When the Interface contains an illegal name
This option prefixes Interface names, only when they contain illegal characters or conflict with a reserved keyword.
Interface Prefix
This is the prefix used for Interface names.
Generate Dispatch Interfaces only
This option generates Dispatch Interface's only for the purposes of IDBinding to a Dispatch COM Interface. Custom only Interfaces will be skipped when this option is used.
Use Property Get/Set statements
This option will generate Property Get/Set statements in the generated source code. A Property is a special type of Method, which is only used to set or retrieve data in an object. The use of Property Get/Set statements is the preferred syntax as it improved readability of the source code.
Use Method statements
This option will convert Property Get/Set statements to Method statements in the generated source code. This option is useful when the type library Property Get or Set definition contains an error and the use of a Method statement can usually resolve the type library error. This option is not available when you have the Generate Dispatch Interfaces only.
Wrap Line Position
When generating source code, The PowerBASIC COM Browser wraps long lines of code (using standard PowerBASIC line continuation characters) when they reach the wrap column indicated in this field.
Tab Size
The number of spaces that Tab characters are expanded to in the generated source code.
See Also
The PowerBASIC COM Browser User Interface