Share via


SysDictClass.isMethodActual Method [AX 2012]

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

Return Value

Type: boolean
true if method is implemented specifically on the current class; otherwise false.

See Also

Reference

SysDictClass Class