Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of controls in a form group control.
Syntax
public int controlCount()
Run On
Client
Return Value
Type: int
An Integer data type value that specifies the number of controls in a form group control.
Remarks
You can add a control to a form group control by using the FormGroupControl.addControl method.