Share via


Window Naming Conventions

When naming windows, use the following format.

wWindowName

Remarks

Note

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

Example

The following example illustrates naming a window object when using the DEFINE WINDOW command:

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

See Also

Concepts

Creating Visual FoxPro Names

Reference

DEFINE WINDOW Command

Constant Naming Conventions

Object Naming Conventions

Table Field Naming Conventions

Variable Naming Conventions

Other Resources

Naming Conventions