I have a TcxDBColorCombobox and I want the drop down to not include the system colors like clBtnFace, so it only includes colors like clRed. Additionally I would like it to include clWindow and clWindowText, but I can add those as custom colors if necessary. The process should be the same as for TcxColorCombobox. I am sure I will figure it out eventually, but I thought I would see if someone else has experience with it.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Properties.PrepareList := cxplHTML4;

link|improve this answer
I was just trying that property as you answer this. Thanks! – Jim McKeeth May 5 '09 at 23:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.