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.
Indicates whether the actual method implementation is on the class or derived from the base class.
Syntax
public boolean isMethodActual(IdentifierName _methodName)
Run On
Called
Parameters
- _methodName
Type: IdentifierName Extended Data Type
The name of the method to check for.
Return Value
Type: boolean
true if method is implemented specifically on the current class; otherwise false.