TXTextControl.FieldCreated Event

Occurs when a marked text field has been pasted from the clipboard.

Syntax

FieldCreated(FieldId)
Parameter Description
FieldId

Is the identifier of the field that has been created.

Remarks

The value of the FieldCurrent property is updated with the value given through the FieldId parameter.

Data Types

FieldId:    Integer

See Also