-1

Iam creating an application in delphi where I want to change the color of selected row of tdbgrid which is based on search ..can it be possible ..

banita
  • 153
  • 1
  • 2
  • 12
  • 5
    How about you search before asking a question? I am pretty sure this has been covered multiple times. On StackOverflow and elsewhere... Yep, just typeing "site:stackoverflow.com dbgrid color row" in Google brings up about 87 results on the subject... – Marjan Venema Mar 30 '11 at 11:21
  • 2
    Or `[delphi] dbgrid color row` in the SO search field – Jørn E. Angeltveit Mar 30 '11 at 11:37
  • possible duplicate of [Change DBGRID row color on field value in delphi](http://stackoverflow.com/questions/16800103/change-dbgrid-row-color-on-field-value-in-delphi) – ankur140290 Oct 14 '13 at 07:01

1 Answers1

5

I always find About.com a good resource.

See here for an example which may help you. http://delphi.about.com/od/usedbvcl/l/aa031699.htm

user683786
  • 61
  • 1