Member variable XbpSLE():align Foundation
Determines the alignment of text within the XbpSLE object.
The instance variable :align specifies how the characters are aligned within the XbpSLE object. By default, they are left justified. Constants defined in the XBP.CH file should be used for :align. The following table lists the values available for the :align instance variable:
Constant | Description |
---|---|
XBPSLE_LEFT | Text is displayed left justified |
XBPSLE_RIGHT | Text is displayed right justified |
XBPSLE_CENTER | Text is displayed centered |
The constants XBPSLE_RIGHT and XBPSLE_CENTER are not supported on Windows 95 systems.
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.