Documenting Wizard: Step 2 – Set Capitalization
Allows you to choose how the Documenting Wizard should capitalize keywords and symbols in your code. Keywords are all the reserved words in the Visual FoxPro programming language, such as MODIFY. Symbols are the variables and names that you define in your code.
- UPPERCASE
Keywords and symbols are displayed in all uppercase letters. For example:ADDOBJECT
andOMYFORM
. - lowercase
Keywords and symbols are displayed in all lowercase letters. For example:addobject
andomyform
. - MixedCase
Keywords are displayed with the first letter of each "word" in the keyword capitalized. For example:AddObject
. - Match first occurrence
Symbols are displayed according to the capitalization of the first occurrence in the file. - No change
Keywords and symbols are not modified.
See Also
Customizing the Documenting Wizard | Documenting Wizard: Step 1 - Choose Source File | Documenting Wizard: Step 3 - Set Indentation | Documenting Wizard: Step 4 - Add Headings | Documenting Wizard: Step 5 - Select Reports | Documenting Wizard: Step 6 - Finish | Wizards Overview