DesktopTextControl.InsertionPosition
From Xojo Documentation
Method
DesktopTextControl.InsertionPosition(X as Integer, Y as Integer) As Integer
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Returns (as an Integer) returns the position of the insertion point closest to pixel coordinates X,Y relative to the control. The returned value is zero-based.
Example
This example is in the MouseDown event of a DesktopTextArea. This event passes in the X,Y coordinates of the MouseDown event and the method returns the corresponding character position.