| IFormControl Methods | 
The IFormControl type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetOtherValues | 
            Returns an array of values of any other fields returned by the control.
             | 
|  | IsValid | 
            Returns true if entered data is valid. If data is invalid, it returns false and displays an error message.
             | 
|  | LoadControlValue | 
            Loads control value
             | 
|  | LoadOtherValues | 
            Loads the other fields values to the state of the form control
             | 
 See Also
See Also