FormGroupControl.contains Method [AX 2012]
Specifies whether a form group control contains a specified form control.
public boolean contains(FormControl control)
Run On
ClientParameters
- control
- Type: FormControl Class
A FormControl object that specifies a form control.
Return Value
Type: booleantrue if a form group control contains the specified form control; otherwise, false.
Community Additions
ADD
Show: