Member variable XbpColumn():type Foundation
Defines how data is displayed by an XbpColumn object.
Attribute: EXPORTED
Data type: Numeric (XBPCOL_TYPE_TEXT)
Description
An XbpColumn object can display data in textual or graphic form, such as bitmaps or icons. The instance variable :type defines how data should be displayed. Constants defined in XBP.CH are used for :type. They are listed in the table below:
Constants used for oXbpColumn:type
Constant | Description |
---|---|
XBPCOL_TYPE_BITMAP | The column displays bitmaps |
XBPCOL_TYPE_ICON | The column displays icons |
XBPCOL_TYPE_SYSICON | The column displays system-icons |
XBPCOL_TYPE_FILEICON | The column displays normal file-icons |
XBPCOL_TYPE_FILEMINIICON | The column displays small file-icons |
XBPCOL_TYPE_TEXT *) | The column displays textual data |
|
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.