Name identifies the component
Member of Object (PRIM_OBJT)
Data Type - String
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.
Febuary 18 V14SP2