views:

77

answers:

1

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.

+2  A: 

Properties.PrepareList := cxplHTML4;

eed3si9n
I was just trying that property as you answer this. Thanks!
Jim McKeeth