Skip to main content

What it does

Represents a document field editor.

Methods

DefinitionDescription
ApplyChanges() : boolApplies made changes.
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 made changes.
SetSelection( startPos : int, endPos : int )Sets a new selection.
ShowSuggestList()Shows the list of suggestions, if exists. Otherwise, nothing happens.

Properties

NameTypeAccessDescription
ControlIFieldControlRead-onlyThe field control
FormWindowIFormWindowRead-onlyThe form window
ModifiedboolRead-onlySpecifies whether the field is modified
TextstringRead-onlyThe text in the field