Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. E

    how to add an image on the selected field in a dbgrid in Delphi 7

    try this: procedure TForm1.DBGrid1DrawDataCell(Sender: TObject; const Rect: TRect; Field: TField; State: TGridDrawState); var index: integer; begin //your conditional .... if (Field.Tag = Field.Dataset.RecNo) and (Field = Table1Field1) then begin //never mind the Rect we can draw...

Part and Inventory Search

Back
Top