RAD Studio VCL Reference
|
TCustomDBGrid is the base class for grid controls that display the records from a dataset in a tabular format.
TCustomDBGrid = class(TCustomGrid);
class TCustomDBGrid : public TCustomGrid;
DBGrids
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|