API:Fmx.Bind.DBLinks

From RAD Studio API Documentation
Jump to: navigation, search

Classes

TBaseBindDBFieldControlLinkRepresents a binding component that wraps another binding component in order to link a control to a field.
TBaseBindDBGridControlLinkRepresents a binding component that wraps another binding component in order to link a grid control to a data source.
TBindDBCheckLinkRepresents a binding component that wraps another binding component in order to link a check-box control to a Boolean field in a data source.
TBindDBEditLinkRepresents a binding component that wraps another binding component in order to link an edit box control to an editable text field in a data source.
TBindDBGridLinkRepresents a binding component that wraps another binding component in order to link a grid control to dataset.
TBindDBImageLinkRepresents a binding component that wraps another binding component in order to link an image control to a graphical field in a data source.
TBindDBListLinkRepresents a binding component that wraps another binding component in order to link a list control to a field in a data source.
TBindDBMemoLinkRepresents a binding component that wraps another binding component in order to link a memo control to a multiline text field in a data source.
TBindDBStringGridColumnCreatorImplements functionality to add, describe or update specific columns in a string grid.
TBindDBStringGridColumnFactoryTBindDBStringGridColumnFactory is a factory class that creates columns for a DB string grid based on the given GUID and grid component.
TBindDBTextLinkRepresents a binding component that wraps another binding component in order to link a label control to a text field in a data source.
TCustomBindDBCheckLinkIs the base class for all binding components that link a check-box control to a Boolean field.
TCustomBindDBEditLinkIs the base class for all binding components that link an edit control to a text field.
TCustomBindDBGridLinkIs the base class for all binding components that link a grid control to a data source.
TCustomBindDBImageLinkIs the base class for all binding components that link an image control to a graphical field.
TCustomBindDBListLinkIs the base class for all binding components that link an image control to a graphical field.
TCustomBindDBMemoLinkIs the base class for all binding components that link a memo control to a multiline textual field.
TCustomBindDBTextLinkIs the base class for all binding components that link a label control to a text field.
TDBGridLinkColumnRepresents a column in a TDBGridLinkColumns collection.
TDBGridLinkColumnsIs a collection of TDBGridLinkColumn items and implements the columns of a DB grid.
TDBGridLinkColumnsEnumeratorEnumerates through the TDBGridLinkColumn items in a TDBGridLinkColumns object.
TFMXDBGridLinkColumnsIs an empty class (no new methods implemented) that inherits directly from TDBGridLinkColumns.

Types

TCreateColumnDescriptionTCreateColumnDescription is a record that defines general column information for the TBindDBStringGridColumnCreator.
TDBGridLinkColumnValueTDBGridLinkColumnValue is an enumeration of column flags (such as width, read-only, or header).
TDBGridLinkColumnValuesTDBGridLinkColumnValues is a set of TDBGridLinkColumnValue.