Data.Bind.Grid
Defines interfaces and classes that provide binding functionality for grids and data sources.
| Package | bindcomp.bpl | 
|---|
Classes
| ILinkGridToDataSource | Is an abstraction that must be implemented by a binding component which links a grid to a data source. | 
| ILinkGridToDataSourceControlManager | Is an abstraction that must be implemented by a class which can manage the columns in a grid control on behalf of LiveBindings binding components. | 
| TBaseLinkGridToDataSource | TBaseLinkGridToDataSource is the base class for components which connect a grid control to a data source, such as TLinkGridToDataSource. | 
| TBaseLinkGridToDataSourceColumn | TBaseLinkGridToDataSourceColumn is the base class for a column collection item for a component which connects a grid control to a data source. | 
| TBaseLinkGridToDataSourceColumnClass | TBaseLinkGridToDataSourceColumnClass defines the metaclass for TBaseLinkGridToDataSourceColumn. | 
| TBaseLinkGridToDataSourceColumns | TBaseLinkGridToDataSourceColumns is the base class for a column collection for a component which connects a grid control to a data source. | 
| TBaseLinkToDataSource | TBaseLinkToDataSource is the base class for delegate components which connect a component to a data source. | 
| TCustomLinkGridToDataSource | TCustomLinkGridToDataSource is the ancestor for TLinkGridToDataSource, without published properties. | 
| TLinkGridColumnDescription | TLinkGridColumnDescription provides the binding information needed to link a grid column to a data source. | 
| TLinkGridColumnDescriptions | TLinkGridColumnDescriptions represents a list of TLinkGridColumnDescription components. | 
| TLinkGridToDataSource | TLinkGridToDataSource is a quick bindings component used to link a grid control to a data source. | 
| TLinkGridToDataSourceColumn | TLinkGridToDataSourceColumn is a collection item used to link a grid control column to a data source field. | 
| TLinkGridToDataSourceColumnFactory | TLinkGridToDataSourceColumnFactory is a factory class that is responsible for metadata and creation of grid control columns for a particular grid control component. | 
| TLinkGridToDataSourceColumnFactoryClass | TLinkGridToDataSourceColumnFactoryClass defines the metaclass for TLinkGridToDataSourceColumnFactory. | 
| TLinkGridToDataSourceColumns | TLinkGridToDataSourceColumns is a collection of items used to link grid control columns to a data source field. | 
| TLinkGridToDataSourceColumnsEnumerator | TLinkGridToDataSourceColumnsEnumerator implements an enumerator for the TLinkGridToDataSource columns collection. | 
Routines
| GetGridClasses | Retrieves the grid controls which support LiveBindings. | 
| GetIsLinkGridToDataSourceControl | Indicates whether the given component can be used as the control of a TLinkGridToDataSource component. | 
| GetLinkGridToDataSourceControlColumnStyles | Provides a list of column styles or types supported by a grid component. | 
| GetLinkGridToDataSourceControlUsesUnits | Provides a list of units that must be used by a project to support LiveBindings to a particular grid component. | 
| RegisterLinkGridToDataSourceColumnFactory | Registers a factory for creating columns for a particular grid component. | 
| UnregisterLinkGridToDataSourceColumnFactory | Unregisters a factory for creating columns for a particular grid component. | 
Types
| TCreateColumnDescription | Describes a column in a grid control including information about the column appearance and the LiveBindings expressions. | 
| TLinkGridColumnExpressionPair | Describes two expression strings that are used to move data between the grid control and a data source. | 
| TLinkGridToDataSourceColumnValue | Represents an enumeration of flags to indicate the state of the column properties. | 
| TLinkGridToDataSourceColumnValues | Represents a set of flags that indicate the state of the column properties. |