Member variable XbpCellGroup():type Foundation

Defines the visual representation of data displayed by an XbpCellGroup object.

Attribute: EXPORTED
Data type: Numeric (XBPCOL_TYPE_TEXT)
Description

An XbpCellGroup 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 oXbpCellGroup:type
Constant Description
XBPCOL_TYPE_BITMAP The object displays bitmaps
XBPCOL_TYPE_FILEICON The object displays normal file-icons
XBPCOL_TYPE_FILEMINIICON The object displays small file-icons
XBPCOL_TYPE_ICON The object displays icons
XBPCOL_TYPE_SYSICON The object displays system-icons
XBPCOL_TYPE_TEXT *) The object displays textual data
  1. default value

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.