Tdbgrid



Delphi

Tdbgrid

BSS DBGrid is a replacement for TDBGrid with an new property - CellStyle which gives the grid a 3-D effect allowing individual cells to have a raised, lowered, or flat appearance, which can be determined at run-time depending on the cell's contents. Also Inherits the MouseDown and MouseUp events absent on TDBGrid. Delphi 4, TEdit incremental search on a TDBGrid. Psabourin asked on 1999-10-05. Delphi; 20 Comments. Last Modified: 2008-02-26. I am using Delphi 4. On a form, I have a DBGrid.

C++

  • 2Description

Properties

TypeVisibilitySourceUnitParent
classpublic
Vcl.DbGrids.pas
Vcl.DBGridsVcl.DBGrids

How to adjust TDBGrid column widths automatically By: Philippe Randour. Abstract: This handy procedure automatically adjusts the size of static DBGrid columns to fit the DBGrid client width when. TDBGrid Class This page is intended as a supplement to the official documentation on Delphi programming. CodeGear is in the process of putting the Delphi documentation on the Web. TXDBGrid offers in addition: auto-updated quick sequence number, auto-changed sorting order for all standard DataSet descendants (ADO, BDE, CDS, DBX, IBX, FireDAC) and many of third-party DAC.

Description

TDBGrid displays and manipulates records from a dataset in a tabular grid.

Put a TDBGrid object on a form to display and edit the records from a database table or query. Applications can use the data grid to insert, delete, or edit data in the database, or simply to display it.

At run time, users can use the database navigator (TDBNavigator) to move through data in the grid, and to insert, delete, and edit the data. Edits that are made in the data grid are not posted to the underlying dataset until the user moves to a different record or closes the application.

TDBGrid implements the generic behavior introduced in TCustomDBGrid. TDBGrid publishes many of the properties inherited from TCustomDBGrid, but does not introduce any new behavior.

Tdbgrid Lazarus

See Also

Code Examples

Tdbgrideh

Tdbgrid

Tdbgrid Refresh

Retrieved from 'http://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=Vcl.DBGrids.TDBGrid&oldid=743749'