GetNamedObject(Name: String): Object
Attempts to locate an object with the name Name. Names are given to objects by assigning to their Name property. This can be used to relocate a form created by a previous script. Also available from Import Designer.
GetNamedObject function syntax has these named arguments:
Parameter |
Description |
Name |
Required. The name of the object to be located. |