| HbPushButton() > Instance variables |
![]() |
![]() |
![]() |
Character string defining the push button delimiters.
| Data type: | C | Default: | <> |
The display style of a push button can be specified with an optional character string of zero, two or eight characters. When a null string is assigned to :style, no delimiting characters are used.
A character string of two characters defines the left and right delimiters of the pus button.
A character string of eight characters defines the border drawn around the pushbutton. They are used in the same way as with the DispBox() function. The #define constants available in Box.ch can be used:
Constants for borders
| Constant | Description |
|---|---|
| B_SINGLE | Single-line border |
| B_DOUBLE | Double-line border |
| B_SINGLE_DOUBLE | Single-line top, double-line sides |
| B_DOUBLE_SINGLE | Double-line top, single-line sides |
http://www.xHarbour.com