Language Reference Guide : 4. System Classes : FrameExec Class : XStart Attribute
 
Share this page                  
XStart Attribute
Data Type: integer
4GL Access: R
The XStart attribute specifies one of the following values:
For the ClickPoint event, the x-coordinate of the point that was clicked
For the DragBox event, the leftmost x-coordinate of the drag box
For the DragSegment event, the starting x-coordinate of the user drag
For all other events, this has no meaning and is set to zero. The coordinates are all measured relative to the trigger field (the field on which the event was triggered).
You can use this attribute with the XEnd, YStart, and YEnd attributes to determine the position of a click or the extent of a drag.