Window Naming Conventions

Follow this suggested format for naming windows.

wName

Remarks

Do not use a prefix on class definitions; use prefixes only when the object is instantiated.

Example

When creating a window object, use the following code:

DEFINE WINDOW wCustomerInvoices ;
   FROM nFirstRow, nFirstColumn TO nLastRow, nLastColumn

For more information, see Visual FoxPro Naming Rules.

See Also

Constant Naming Conventions | Object Naming Conventions | Table Field Naming Conventions | Variable Naming Conventions | Visual FoxPro Naming Rules