Naming Conventions
Choose names for exposed objects, properties, and methods that can be understood by users of the application easily.
In This Section
- Constant Naming Conventions
Follow this suggested format for naming constants. - Object Naming Conventions
Follow this suggested format for naming objects. - Table Field Naming Conventions
Follow this suggested format for naming fields in tables. These conventions are recommended, not required. - Variable Naming Conventions
Follow this suggested format for naming variables. - Window Naming Conventions
Follow this suggested format for naming windows.
Related Sections
- Overview of the Language
Visual FoxPro is a tool for developing applications for cataloging, tracking, and processing information. - Language Categories
This section contains a list of language functionality and descriptions. - Language Reference A-Z
This section contains a list of language reference topics in alphabetical order. - Using Visual FoxPro
Visual FoxPro programming features are designed to improve developer productivity, including Access and Assign methods, support for more graphic file formats, and language to simplify programming tasks. - Developing Visual FoxPro Applications
This section includes conceptual information about how to develop Visual FoxPro applications, instructions for creating databases and the user interface, and other tasks needed to create Visual FoxPro applications. - Programming in Visual FoxPro
Visual FoxPro is a powerful interactive data management tool, but you also can access the full power of Visual FoxPro by creating applications. Understanding object-oriented programming techniques and the event-driven model can maximize your programming productivity.