DictClass.objectMethodObject Method [AX 2012]

Provides information about a specified instance method in a class by returning a DictMethod object.

public DictMethod objectMethodObject(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. Numbering starts at 1.

Return Value

Type: DictMethod Class
A DictMethod object that contains information about a specified method in a class.

The _methodNumber parameter starts counting at 1.

Community Additions

ADD
Show: