TXTextControl.FieldSetCursor Event

Occurs when the cursor is moved over a marked text field.

Syntax

FieldSetCursor(FieldId, MousePointer)
Parameter Description
FieldId

Is the identifier of the field where the cursor is moved over.

MousePointer

When this parameter is changed Text Control uses the specified cursor whilst moving over the marked text field. When this parameter is not changed, Text Control uses its standard cursor for marked text fields (Up Arrow). For possible values see the description of the MousePointer property.

Remarks

This event that does not change the value of the FieldCurrent property.

Data Types

FieldId:    Integer
MousePointer:    Integer

See Also