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.
Provides the name of a specified instance method in a class.
Syntax
public str objectMethod(int methodNumber)
Run On
Called
Parameters
- methodNumber
Type: int
An integer data type that specifies a method in a class, based on the order of the methods.
Return Value
Type: str
A string data type value for the method name.
Remarks
The _methodNumber parameter starts counting at 1.