{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 ...
1 uygun sonuç bulundu
- 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