http://delphi.about.com/http://www.appcontrols.com/http://basic-ide.sourceforge.net/http://www.djpate.freeserve.co.uk/Index.htmhttp://www.delphiarea.com/http://www.delphibasics.co.uk/http://fundementals.sourceforge.net/index.htmlhttp://www.angelfire.com/hi5/delphizeus/http://www.delphi3000.com/ht...
Displaying and editing MEMO fiels in Delphi's TDBGrid
Here's how to show the contents of a MEMO (textual BLOB) field in a TDBGrid. Plus: how to enable editing of a TMemoField's contents using a separate window.
Join the Discussion
"Post y...
How to place just about any Delphi control (visual component) into a cell of a DGBrid. Find out how to put a CheckBox, a ComboBox (drop down list box), a DateTimePicker (calendar) and even an Image inside the DBGrid.
Win prizes by sharing code!
...
在DBGrid网格中实现下拉列表,设置好DBGrid中该字段的PickList字符串列表、初始的序号值DropDownRows即可。以职工信息库中的籍贯字段(字符串类型)为例,具体设计步骤如下:
1、在窗体上放置Table1、DataSource1、DBGrid1、DBNavigator1等控件对象,按下表设置各个对象的属性:
对象
属性
设定值
Table1
DataBase
sy1
TableName
zgk.dbf
//职工信息库
DataSource1
DataSet
Table1
DbGrid1
DataSourc...