dbgrid
Delphi: DBGrid Column Title Hint - force to reset the hint?
I thought that I implement column title hint into my own DBGrid. It\'s seems to be simple - I thought.[详细]
2023-04-12 18:45 分类:问答Delphi TDBGrid How to change selected color when style is gdsGradient
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.[详细]
2023-04-07 09:25 分类:问答Keep the scrollbars hidden in a Delphi dbgrid (even on resize)
For our dbgrid we want the scro开发者_StackOverflow社区llbars to be constantly hidden. Since TDBGrid doesn\'t have a \'scrollbars\' property, we use:[详细]
2023-04-07 04:36 分类:问答How do you Remove the Black Line from a Delphi DBGrid OnTitleClick Event?
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[详细]
2023-03-31 01:09 分类:问答Using commands concerning DBGrid from the main form in another form
I\'m making a simple program for use in auto开发者_StackOverflow社区motive parts shop. Here\'s how it\'s supposed to look: Link[详细]
2023-03-02 16:39 分类:问答Editable detail records in Delphi DBGrid
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[详细]
2023-02-25 01:29 分类:问答How to disable a CheckBox column in a DBGrid
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:[详细]
2023-02-22 06:17 分类:问答How to fill a combobox when a row in a dbgrid is selected?
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.[详细]
2023-02-20 07:41 分类:问答Using Delphi OnDrawColumnCell how can I ensure record value exists prior to applying conditional format
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.[详细]
2023-02-13 08:56 分类:问答ADOQuery and DBNavigator
OK. I have simple Database ,DBGrid and DBNavigator . I use this code for my adoquery and view in this in my DBGrid[详细]
2023-02-09 02:44 分类:问答