Method XbpQuickBrowse():getColRepresentation() Foundation

Determines the images defined for the visual representation of a value.

Syntax
:getColRepresentation( <nColPos>, <xValue> ) --> aResIDs
Parameters
<nColPos>
<nColPos> is a numeric value indicating the ordinal position of the column whose data representation is to be determined.
<xValue>
<xValue> is the cell value previously associated with representing images by the method :setColRepresentation().
Return

:getColRepresentation() returns an array holding the resource IDs of images that are displayed instead of <xValue>. If XbpBitmap or XbpIcon objects were used with :setColRepresentation() to define the value's representation, the respective array members contain a reference to the bitmap or icon objects instead of resource IDs.

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.