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". |