Method XbpQuickBrowse():setColType() Foundation
Defines the display type of a column.
:setColType( <nColPos>, ;
[<cValType>], ;
[<nDisplayType>], ;
[<cPicture>], ;
[<lRepaint>] ) --> lSuccess
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 |
|
The method returns .T. (true) if the display type is set, or .F. (false) in case of a failure.
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.