1 uygun sonuç bulundu

gönderen omercitir
11 Eyl 2010 02:44
Forum: Programlama
Başlık: Dbgrid içindeki hücrede resim ve yazı birlikte kullanma
Cevaplar: 5
Görüntüleme: 3115

Re: Dbgrid içindeki hücrede resim ve yazı birlikte kullanma

{You can use the OnDrawColumnCell event to to place icons in DBGrid instead
of the values of field. Here's the easy way to do it:}

procedure TForm1.DBGrid1DrawColumnCell(S ender: TObject; const Rect: TRect;

DataCol: Integer; Column: TColumn; State: TGridDrawState);

var Icon: TBitmap;

begin

Icon ...