When naming exposed objects, properties, and methods, choose names that users can understand easily. Visual FoxPro does not require the following naming conventions but recommends them as part of good programming habits and to help remind you of the type of data you are working with. Using the recommended naming conventions does not dictate the type or contents of the data you are working with.
In This Section
- Constant Naming Conventions
- Provides a suggested format for naming constants.
- Object Naming Conventions
- Provides a suggested format for naming objects.
- Table Field Naming Conventions
- Provides a suggested format for naming fields in tables. These conventions are recommended, not required.
- Variable Naming Conventions
- Provides a suggested format for naming variables.
- Window Naming Conventions
- Provides a suggested format for naming windows.