Language Reference Guide : 4. System Classes : FrameExec Class : YEnd Attribute
 
Share this page                  
YEnd Attribute
Data Type: integer
4GL Access: R
The YEnd attribute specifies one of the following values:
For the DragBox event, the bottommost y-coordinate of the drag box
For the DragSegment event, the ending y-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 XEnd, YStart, and XStart attributes to determine the extent of the drag.