Dbgrid Component Delphi

 Posted admin
Dbgrid Component Delphi Rating: 4,4/5 7895 reviews
  • Bonsoir Mauricio, Je viens de m'en sortir avec l'install.. mais je n'ai pas trouvé de compos DB traitant les jpg sous forme de miniatures horizontales.. Bonne année 2018 @+

  • Perfect pack of components. Amazing resizer component (the only one component, which works in the ocean of components), I love the grid and the virtual grid, the 'communicate' component, but I will probably find another useful component in my list. Just a regret, the package names should not have the same name in Delphi 10.1 and 10.2, they are in conflict. Cy components should use the {VER} instead. Very good work!

  • Awesome. I love the resize control (y)

  • good project

  • Very useful components with lots of possible uses. The 'resizer', for example, is absolutely amazing. Thanks for Cindy Mauricio!

Read more reviews >

I am using DBgrid Component in delphi 7.
I want to display my table columns to grid.
Table Columns are queryId,empid,empname and Query. Query column has datatype as Text.

The Query column may contain a long string. But it's displayed in a single line.
I need to fix the width of columns and depending upon the data the height will vary for that particular row.

Is it possible in DBGrid to change the height of a row like it allows multiline in single record similar to Excel?

NaluNalu

1 Answer

Look this code. It's for TStringGrid, but you know DBGrid and StringGrid are derived from TCustomGrid. Sou you can use the code for DBGrid.

SimaWBSimaWB

Not the answer you're looking for? Browse other questions tagged delphidelphi-7 or ask your own question.