MemberFunction.isStatic Method [AX 2012]

Indicates whether a method is static.

public boolean isStatic()

Run On

Called

Return Value

Type: boolean
true if the method is static; otherwise, false.

This method is associated with a specified node in the AOT, such as a form, report, or class.

This method is used primarily in conjunction with the MemberFunction::AOTsetSource method.

Community Additions

ADD
Show: