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