| FEATURES |
| |
| DBGridView is based on on GridView and
DBGridView will have features
from regular GridView with Data-Base related features: |
| |
 |
|
 |
|
VERY EASY TO USE!
We have adapted methods and classes from GridView to work with
Tables and Queries. All methods and classes from DBGridView are
acting like in GridView, but they work on TDataSet descendants
(TTable, TQuery...).
DBGridView.AddRow will add new record in Data Set, DBGridView.DeleteRow
will delete record. You can access to single cell by using DBGridView1.Cells[Col,
Row], all like in GridView. |
| |
 |
|
 |
|
DATA SOURCE PROPERTY
Like all data-aware components DBGridView have DataSource property.
You just need to attach DataSource to DBGridView and to set Active
property in DataSource's DataSet. |
| |
 |
|
 |
|
DISPLAY BLOB GRAPHIC
DBGridView can display Blob Graphic directly in cell. Image will
keep original constraint ratio. |
| |
| |
|
 |
|
FIELD NAME
Now Each column have FieldName property. With setting this property
you will specify which field from DataSet will be displayed in this
column. |
| |
| If you like to see features from GridView
please Click
Here. |