FormGroupControl.contains Method [AX 2012]

Specifies whether a form group control contains a specified form control.

public boolean contains(FormControl control)

Run On

Client

Parameters

control
Type: FormControl Class
A FormControl object that specifies a form control.

Return Value

Type: boolean
true if a form group control contains the specified form control; otherwise, false.

Community Additions

ADD
Show: