Share via


FormGroupControl.autoDeclaration Method

Determines whether the system can declare a member variable that has the same name as the control.

Syntax

public boolean autoDeclaration([boolean value])

Run On

Client

Parameters

  • 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: boolean
true if the member variable can be declared for this control; otherwise, false.

Remarks

Controls cannot have identical names.

See Also

Reference

FormGroupControl Class