Data.Bind.DBLinks
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 | bindcomp290.bpl |
|---|
Classes
| IBindDBGridLinkControlManager | IBindDBGridLinkControlManager is an interface that defines the prototypes of several functions used by a binding DB columns manager. |
| ICustomDBGrid | ICustomDBGrid 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. |
| TBaseBindDBControlLink | Represents a base binding component that wraps another binding component in order to link to a control. |
| TBaseBindDBFieldLink | Represents a base binding component that wraps another binding component in order to link to a field in a data source. |
| TBaseBindDBGridLink | Represents a base binding component that wraps another binding component in order to link to a grid. |
| TBaseDBGridLinkColumn | Represents a column in a TBaseDBGridLinkColumns collection. |
| TBaseDBGridLinkColumnClass | TBaseDBGridLinkColumnClass defines the metaclass for TBaseDBGridLinkColumn. |
| TBaseDBGridLinkColumns | Is a collection of TBaseDBGridLinkColumn items and implements the columns of a DB grid. |
| TBindDBColumnFactory | TBindDBColumnFactory is a factory class that creates columns based on the given GUID and grid component. |
| TBindDBColumnFactoryClass | TBindDBColumnFactoryClass defines the metaclass for TBindDBColumnFactory. |
Routines
| RegisterBindDBColumnFactory | Registers the given TBindDBColumnFactory metaclasses. |
| UnregisterBindDBColumnFactory | Unregisters the given TBindDBColumnFactory metaclasses. |
Types
| TDBGridLinkColumnDescription | Is a record that contains column-related information for a DB grid link. |
| TDBGridLinkColumnExpressionPair | Is a record that contains a control-source binding expression pair used by the bindings expressions of TDBGridLinkColumnDescription. |
| TDBGridLinkColumnsState | Is an enumeration of column states. |