Previous Topic

Next Topic

GetTypedObject - MaxBasic Function

GetTypedObject(ClassNames: List): Object

Returns the first found object matching the ClassNames list of objects, or returns Null if not found.

GetTypedObject function syntax has these named arguments:

Parameter

Description

Class Names

Required. A list of class names to return, in double quotes "", separated by semi-colons ';'. For example, "INInvoiceEntryForm;OESalesOrderForm".

See Also

Objects Functions

Book Contents

Book Index