Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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