Data.Bind.Grid

From RAD Studio API Documentation
Jump to: navigation, search

Defines interfaces and classes that provide binding functionality for grids and data sources.

Package bindcomp280.bpl

Classes

ILinkGridToDataSourceIs an abstraction that must be implemented by a binding component which links a grid to a data source.
ILinkGridToDataSourceControlManagerIs an abstraction that must be implemented by a class which can manage the columns in a grid control on behalf of LiveBindings binding components.
TBaseLinkGridToDataSourceTBaseLinkGridToDataSource is the base class for components which connect a grid control to a data source, such as TLinkGridToDataSource.
TBaseLinkGridToDataSourceColumnTBaseLinkGridToDataSourceColumn is the base class for a column collection item for a component which connects a grid control to a data source.
TBaseLinkGridToDataSourceColumnClassTBaseLinkGridToDataSourceColumnClass defines the metaclass for TBaseLinkGridToDataSourceColumn.
TBaseLinkGridToDataSourceColumnsTBaseLinkGridToDataSourceColumns is the base class for a column collection for a component which connects a grid control to a data source.
TBaseLinkToDataSourceTBaseLinkToDataSource is the base class for delegate components which connect a component to a data source.
TCustomLinkGridToDataSourceTCustomLinkGridToDataSource is the ancestor for TLinkGridToDataSource, without published properties.
TLinkGridColumnDescriptionTLinkGridColumnDescription provides the binding information needed to link a grid column to a data source.
TLinkGridColumnDescriptionsTLinkGridColumnDescriptions represents a list of TLinkGridColumnDescription components.
TLinkGridToDataSourceTLinkGridToDataSource is a quick bindings component used to link a grid control to a data source.
TLinkGridToDataSourceColumnTLinkGridToDataSourceColumn is a collection item used to link a grid control column to a data source field.
TLinkGridToDataSourceColumnFactoryTLinkGridToDataSourceColumnFactory is a factory class that is responsible for metadata and creation of grid control columns for a particular grid control component.
TLinkGridToDataSourceColumnFactoryClassTLinkGridToDataSourceColumnFactoryClass defines the metaclass for TLinkGridToDataSourceColumnFactory.
TLinkGridToDataSourceColumnsTLinkGridToDataSourceColumns is a collection of items used to link grid control columns to a data source field.
TLinkGridToDataSourceColumnsEnumeratorTLinkGridToDataSourceColumnsEnumerator implements an enumerator for the TLinkGridToDataSource columns collection.

Routines

GetGridClassesRetrieves the grid controls which support LiveBindings.
GetIsLinkGridToDataSourceControlIndicates whether the given component can be used as the control of a TLinkGridToDataSource component.
GetLinkGridToDataSourceControlColumnStylesProvides a list of column styles or types supported by a grid component.
GetLinkGridToDataSourceControlUsesUnitsProvides a list of units that must be used by a project to support LiveBindings to a particular grid component.
RegisterLinkGridToDataSourceColumnFactoryRegisters a factory for creating columns for a particular grid component.
UnregisterLinkGridToDataSourceColumnFactoryUnregisters a factory for creating columns for a particular grid component.

Types

TCreateColumnDescriptionDescribes a column in a grid control including information about the column appearance and the LiveBindings expressions.
TLinkGridColumnExpressionPairDescribes two expression strings that are used to move data between the grid control and a data source.
TLinkGridToDataSourceColumnValueRepresents an enumeration of flags to indicate the state of the column properties.
TLinkGridToDataSourceColumnValuesRepresents a set of flags that indicate the state of the column properties.