Previous Topic

Next Topic

GetNamedObject - MaxBasic Function

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.

See Also

Objects Functions

Book Contents

Book Index