Window Naming Conventions

See Also

Follow this suggested format for naming windows.

Syntax

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.