XppPrePostArgs.setAddress Method [AX 2012]

Passes the publisher's variable bank address to the XppPrePostArgs instance for direct access.

public int setAddress(int64 addr)

Run On

Called

Parameters

addr
Type: int64
An int64 data type value representing the variable bank address of the publisher.

Return Value

Type: int
An int data type value of 1.

This method must never be called explicitly from the pre-handler or post-handler code. This method is reserved for auto-generated code only.

Community Additions

ADD
Show: