Hello,
i wanted to change the Background of the aktive record
of the Record-selector < hBrushRecSel >,
but it uses the basic-color of < nRecSelColor >
In the xBrowse-class, i changed as a test < hBrushRecSel > to 128 ( Red )
After that, the complete record-selector-column was red.
But < nRecSelColor > is the color of record-selector-column.
It seems it is the same.
::hBrushRecSel := CreateSolidBrush( ::nRecSelColor )
Sample :
Is it possible to change the color with < hBrushRecSel > ?
Regards
Uwe