Click or drag to resize
IFormControl Methods

The IFormControl type exposes the following members.

Methods
  NameDescription
Public methodGetOtherValues
Returns an array of values of any other fields returned by the control.
Public methodIsValid
Returns true if entered data is valid. If data is invalid, it returns false and displays an error message.
Public methodLoadControlValue
Loads control value
Public methodLoadOtherValues
Loads the other fields values to the state of the form control
Top
See Also