Vcl.DBGrids.TCustomDBGrid

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Grids.TCustomGridVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomDBGrid

Delphi

TCustomDBGrid = class(TCustomGrid)

C++

class PASCALIMPLEMENTATION TCustomDBGrid : public Vcl::Grids::TCustomGrid

Properties

Type Visibility Source Unit Parent
class public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids Vcl.DBGrids

Description

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

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.

See Also