Procedure Builder
Procedure Builder is intended to generate text of the Sub or Function.
Press button on the menu panel to call Procedure Builder.
Procedure Builder:

In the "View" window you may see the code fragment that will be added to your project.
If you would like to change Font for the "View" window, go to the Settings -> "List Tabs"=Procedure and change the View Font.
Procedure Builder parameters:
- Accessibility
- None
- Public
- Private
- Friend
- Static
- None
- Static
- Type
- Sub
- Function
- Name
Name - name of the Sub or Function
Procedure Arguments
Procedure Arguments contains the list of parameter names, parameter types for the created Sub or Function. Press Add button to call Argument Builder form.
Return Value Type
Return Value Type allows to set the type of function output value.
Description
Description is used to create the description of procedure in the module body.
Module
Module is the list of all component names your project and the new module name "New Module". You may choose the module to insert the procedure or function. When running Procedure Builder current module name is set by default and generated procedure will be inserted to the current cursor location.
"Add", "Del", "Up" and "Down" buttons are used to add, delete or move Sub and Function parameters.
Argument Builder
The following form is used to add parameters to Sub or Function:

Result
Result - the result of new parameter generation.
Type
Type - the type of argument data.
Name
Name - the name of the parameter.
Default Value
Default Value - default value of the parameter.
|