Top "Tdbgrid" questions

TDBGrid is a VCL control used to display and manipulate records from a TDataset in a tabular fashioned way.

Delphi TDBGrid selected row get value

I would like to retrieve a value from a TDBGrid the selected row, how can I do? procedure TForm7.Button2…

delphi tdbgrid getvalue
Change DBGRID row color on field value in delphi

How to change color of dbgrid rows that have the same value on a field in delphi? for example all …

delphi colors dbgrid tdbgrid
How to modify a cell value in Delphi TDBGrid

I have to display some modified 'masked' value in a VCL TDBGrid (Delphi XE2), ie : change 'password' to 'xxxxxxxx' or …

delphi delphi-xe2 tdbgrid
How to auto fit/scale DBGrid's (or other similar) columns widths according to its contents?

I am trying to make a frame with a DBGrid that will serve for more than 10 tables with half of …

database delphi delphi-2006 tdbgrid
Finding the current row in Delphi's TDBGrid

Is there a way of finding out which row is current in a TDBGrid?

delphi tdbgrid
Delphi DBGrid alternate row colors for all DBGrids in the project

How can I make all my grids look the same way all over my forms? I want to implement an …

delphi delphi-xe tdbgrid
How do I refresh a TDBGrid?

I have a TDBGrid called myDbGrid that I want to update after a change to the database (insert/update/delete). …

delphi delphi-xe7 tdbgrid
Detect which cell was clicked in TDBGrid when dgRowSelect is set to True?

In Delphi 2010 is there any way to detect which cell was clicked when dgRowSelect is set to True ? Normally I …

delphi delphi-2010 tdbgrid
Reassigning a datasource at run-time

I did some searching and only found more unanswered questions. :) Using D5pro. I want to reassign the DataSource to …

delphi tdbgrid
How do I get screen coordinates of the DBGrid cell

I want to show popup button or fancy message (with coloured background, etc) just under right-bottom corner of particular cell …

delphi delphi-6 tdbgrid