to set different Constante under Xbase++ i use
Code: Select all | Expand
::oLVCol:mask := nOr( LVCF_FMT, LVCF_WIDTH , LVCF_TEXT , LVCF_SUBITEM )
i know i can "add" Constante this Way
Code: Select all | Expand
::oLVCol:mask := LVCF_FMT + LVCF_WIDTH + LVCF_TEXT + LVCF_SUBITEM
but i like to know how under FiveWin
![Question :?:](./images/smilies/icon_question.gif)
p.s. can use use hbxpp Constribution under FivWin ?