Member variable XbpDialog():origin Foundation
Sets the origin of the coordinate system for the dialog window.
Attribute: EXPORTED
Data type: Numeric (XBPDLG_ORIGIN_OWNER)
Description
The instance variable :origin defines the reference point for the parameter <aPos> passed to the method :new(). This instance variable defines the origin of the coordinate system that <aPos> is relative to. The value of :origin must be a #define constant from the file XBP.CH. The available constants are listed in the following table:
Constants for the origin of a dialog window
Constant | Description |
---|---|
XBPDLG_ORIGIN_OWNER *) | Origin is point {0,0} of the owner window |
XBPDLG_ORIGIN_SCREEN | Origin is point {0,0} of the desktop window |
XBPDLG_ORIGIN_MOUSE | Origin is the current mouse position |
|
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.