Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invokes an object method on a given object.
Syntax
client server public static anytype invokeObjectMethod(
Object _object,
IdentifierName _methodName,
[boolean _tryBaseClass])
Run On
Called
Parameters
- _object
Type: Object Class
The object.
- _methodName
Type: IdentifierName Extended Data Type
The name of the method to invoke.
- _tryBaseClass
Type: boolean
A Boolean value that indicates whether the base class should be inspected if the method is not directly available on the type of object.
Return Value
Type: anytype
The value that is returned from the invoked method.