Reply To: TRzDBGrid.QuickCompare

#2598
Ray Konopka
Keymaster

    Hi Peter,

    The QuickCompare functionality is designed to test a condition for each row and if the condition is met, the row is colored using the QuickCompare.Color value. As such, it really is not designed to handle what you are suggesting.

    Allowing multiple conditions would be a way to handle that, but that would require changing the QuickCompare property to a collection. It is certainly something that you should request from Embarcadero. (BTW, I’m trying to find out from Embarcadero, what is the property way customers can submit bug reports and enhancement requests for the KSVC. I’ll post my findings in this forum).

    As an alternative, you may be able to accomplish what you wish by handling the OnDrawColumnCell event.

    Ray