RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid Class

TCustomDBGrid is the base class for grid controls that display the records from a dataset in a tabular format.

Pascal
TCustomDBGrid = class(TCustomGrid);
C++
class TCustomDBGrid : public TCustomGrid;

TCustomDBGrid introduces new properties, events, and methods to expand the capabilities of TCustomGrid for displaying the fields from a dataset. At runtime, users can manipulate TCustomDBGrid objects using the TDBNavigator object. 

Do not create instances of TCustomDBGrid. Use TCustomDBGrid as a base class when declaring grid objects that display information from datasets. Properties and methods of TCustomDBGrid provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!