TXTextControl.FieldPosY Property

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

Syntax

TXTextControl.FieldPosY

Remarks

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

Data Types

Long.

Limitations

Read only, run time only.

See Also