Downloads Articles Order Sign In
Welcome to Official Berg Software web site. Twelve years with you! All other websites providing Berg Software source code and content are illegal. We will not support users who use services, or buy products from illegal Berg Software websites. more...
  Home  
  News Archive  
  Components  
  Applications  
  Downloads  
  Order  
  Support  
  About  
 
  Components
  GridView
  DBGridView
  PropertiesView
  SheetView
  Comp. Collection
 
  Applications
  Berg Player
  SMS Mara Gateway
  Domain Binocular
 
 
  Support
  Contact Us
  Support forums
  Articles
 
 
DBGRIDVIEW (Delphi/BCB Component)
Home Components DBGridView
Overview Main Features Tutorials Order
 
 
 
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.
   

 
Copyright © BergSoftware 1996 - 2009. All rights reserved.Contact Us.