You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Object - Name Property
Name identifies the component
Member of Object (PRIM_OBJT)
Data Type - String

Details


The Name property identifies the component variable.
All component variable instances must have a unique name within their particular scope.
Local scope variables are defined within a method, property or event routine and only exist for the duration of the routine. As these belong to the routine, they can have the same name as other local variables in other routines.
Global scope variables defined at the top of the code must have a unique name.

See also

All Component Classes
Technical Reference

  • No labels