Share via


FormGroupControl.hasChanged Method

Sets or returns a Boolean value that indicates whether the contents of a form group control have changed.

Syntax

public boolean hasChanged([boolean val])

Run On

Client

Parameters

  • val
    Type: boolean
    A Boolean value that indicates whether the contents of a form group control have changed; optional.

Return Value

Type: boolean
true if the contents have changed; otherwise, false.

See Also

Reference

FormGroupControl Class