Documenting Wizard: Step 2 – Set Capitalization

See Also

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.

Options

UPPERCASE

Keywords and symbols are displayed in all uppercase letters. For example: ADDOBJECT and OMYFORM.

lowercase

Keywords and symbols are displayed in all lowercase letters. For example: addobject and omyform.

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.