Variable names, naming conventions
In addition to the common naming conventions, variables include some naming restrictions. Do not use the following names for variables, which are reserved for temporary global variables that may be created by parent forms in order to pass environment information to child forms:
- form.ModalParent
- form.LinkedParent
- form.Filter
- form.LinkBy
- form.Location
- form.InitialCommand
- form.Distinct
In all these names, form represents the actual child form name.
Rubriques liées