DialogGroup.unpack Method [AX 2012]

Deserializes the packedClass parameter value to an instance of the DialogControl class.

public boolean unpack(
    container con, 
   [Dialog dialog, 
    FormControlName name, 
    boolean _update])

Run On

Called

Parameters

con
Type: container
dialog
Type: Dialog Class
name
Type: FormControlName Extended Data Type
_update
Type: boolean

Return Value

Type: boolean
true if deserialization was successful; otherwise, false.

Community Additions

ADD
Show: