FormGroupControl.autoDeclaration Method [AX 2012]
Determines whether the system can declare a member variable that has the same name as the control.
public boolean autoDeclaration([boolean value])
Run On
ClientParameters
- value
- Type: boolean
A Boolean value that indicates whether the system declares a variable of the same name as a form group control; optional.
Return Value
Type: booleantrue if the member variable can be declared for this control; otherwise, false.
Community Additions
ADD
Show: