TDBGrid is a VCL control used to display and manipulate records from a TDataset in a tabular fashioned way.
I got the : ADOTable1 ( codepeople as integer, namepeople as string ) DataSource1 ( the DateSet is ADOTable1 ) DBGrid1 ( connected to DataSource1, Options-dgRowSelect …
delphi row highlighting tdbgridI have two DB grids on a form and one has a vertical scrollbar and the other doesn't, even when …
delphi tdbgridI have a DB grid which is sorted (the user clicked a few radio buttons and checkboxes to influence the …
delphi export-to-csv tdbgridI'm making an application that holds orders and prints invoices. I have some labels, tedits, tmemos, buttons, a datasource, an …
delphi delphi-2010 tdbgrid