Methods
| Definition | Description |
|---|---|
| ApplyChanges() : bool | Applies the changes made. |
| GetSelection( startPos : int, endPos : int ) | Gets the beginning and the end of the selection. If no field is selected, assigns 0 to the startPos and endPos parameters. |
| ResetChanges() | Resets the changes made. |
| SetSelection( startPos : int, endPos : int ) | Sets a new selection. |
| ShowSuggestList() | Shows the list of suggestions, if it exists. Otherwise, nothing happens. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Control | IFieldControl | Read-only | The field control. |
| FormWindow | IFormWindow | Read-only | The form window. |
| Modified | bool | Read-only | Specifies whether the field is modified. |
| Text | string | Read-only | The text in the field. |
