TXTextControl.FieldPosX Property

Returns the horizontal position of a marked text field. The field identifier must have previously been determined with the FieldCurrent property.

Syntax

TXTextControl.FieldPosX

Remarks

The property value is the distance in horizontal direction between the left border of the marked text field and the left border of the Text Control. It is not affected by the scrollbar positions.

Data Types

Long.

Limitations

Read only, run time only.

See Also