Data.Bind.DBLinks

From RAD Studio API Documentation
Jump to: navigation, search

Defines classes that implement various links for database-related operations, such as linking to a field, to a grid, to a column in a grid, and related functionality.

Package bindcomp280.bpl

Classes

IBindDBGridLinkControlManagerIBindDBGridLinkControlManager is an interface that defines the prototypes of several functions used by a binding DB columns manager.
ICustomDBGridICustomDBGrid is an interface that is implemented by the TBaseBindDBGridLink class in order to provide functionality for manipulating the columns in a DB grid and accessing various grid-related information such as activity, its associated dataset, default fields, and so on.
TBaseBindDBControlLinkRepresents a base binding component that wraps another binding component in order to link to a control.
TBaseBindDBFieldLinkRepresents a base binding component that wraps another binding component in order to link to a field in a data source.
TBaseBindDBGridLinkRepresents a base binding component that wraps another binding component in order to link to a grid.
TBaseDBGridLinkColumnRepresents a column in a TBaseDBGridLinkColumns collection.
TBaseDBGridLinkColumnClassTBaseDBGridLinkColumnClass defines the metaclass for TBaseDBGridLinkColumn.
TBaseDBGridLinkColumnsIs a collection of TBaseDBGridLinkColumn items and implements the columns of a DB grid.
TBindDBColumnFactoryTBindDBColumnFactory is a factory class that creates columns based on the given GUID and grid component.
TBindDBColumnFactoryClassTBindDBColumnFactoryClass defines the metaclass for TBindDBColumnFactory.

Routines

RegisterBindDBColumnFactoryRegisters the given TBindDBColumnFactory metaclasses.
UnregisterBindDBColumnFactoryUnregisters the given TBindDBColumnFactory metaclasses.

Types

TDBGridLinkColumnDescriptionIs a record that contains column-related information for a DB grid link.
TDBGridLinkColumnExpressionPairIs a record that contains a control-source binding expression pair used by the bindings expressions of TDBGridLinkColumnDescription.
TDBGridLinkColumnsStateIs an enumeration of column states.