I thought that I implement column title hint into my own DBGrid. It\'s seems to be simple - I thought.
I\'m just trying to use delphi XE, before that I\'ve been a big fan of Delphi7. I see the new dbgrid allows to use themed and gradient styles.
For our dbgrid we want the scro开发者_StackOverflow社区llbars to be constantly hidden. Since TDBGrid doesn\'t have a \'scrollbars\' property, we use:
I have a Delphi DBGrid that looks normal when it first loads. I have setup an OnTitleClick event that sorts the DBGrid by the column when the title is clicked. As soon as you click on the title, the c
I\'m making a simple program for use in auto开发者_StackOverflow社区motive parts shop. Here\'s how it\'s supposed to look: Link
I have a database (held in an Access .MDB file) that records staff members, and any absence they have e.g. holiday, sickness, training course, the start and end dates, and hours of productive time los
How to disable or readonly a ch开发者_运维技巧eckbox column in a DBGrid. I\'m using wwDbGrid and EditControl option. I am not familiar with the component but did you try something like:
In Delphi 2007 I have a DBGrid. I need to fill a ComboBox when a row in the DBGrid is selected. The data in the the ComboBox depends on the selected row, and can be different for each selected row.
I am using Delphi 2010 with a dbgrid bound via ADO to a table in an Access mdb Database. This table is filtered based on clicks in a radio group box.
OK. I have simple Database ,DBGrid and DBNavigator . I use this code for my adoquery and view in this in my DBGrid