Fmx.Bind.DBLinks
Defines classes that implement various links for database-related operations, such as linking to a field, to a FireMonkey grid, to a column in a FireMonkey grid, and related functionality regarding various links to FireMonkey components.
| Package | bindcompfmx.bpl |
|---|
Classes
| TBaseBindDBFieldControlLink | Represents a binding component that wraps another binding component in order to link a control to a field. |
| TBaseBindDBGridControlLink | Represents a binding component that wraps another binding component in order to link a grid control to a data source. |
| TBindDBCheckLink | Represents a binding component that wraps another binding component in order to link a check-box control to a Boolean field in a data source. |
| TBindDBEditLink | Represents 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. |
| TBindDBGridLink | Represents a binding component that wraps another binding component in order to link a grid control to dataset. |
| TBindDBImageLink | Represents a binding component that wraps another binding component in order to link an image control to a graphical field in a data source. |
| TBindDBListLink | Represents a binding component that wraps another binding component in order to link a list control to a field in a data source. |
| TBindDBMemoLink | Represents a binding component that wraps another binding component in order to link a memo control to a multiline text field in a data source. |
| TBindDBStringGridColumnCreator | Implements functionality to add, describe or update specific columns in a string grid. |
| TBindDBStringGridColumnFactory | TBindDBStringGridColumnFactory is a factory class that creates columns for a DB string grid based on the given GUID and grid component. |
| TBindDBTextLink | Represents a binding component that wraps another binding component in order to link a label control to a text field in a data source. |
| TCustomBindDBCheckLink | Is the base class for all binding components that link a check-box control to a Boolean field. |
| TCustomBindDBEditLink | Is the base class for all binding components that link an edit control to a text field. |
| TCustomBindDBGridLink | Is the base class for all binding components that link a grid control to a data source. |
| TCustomBindDBImageLink | Is the base class for all binding components that link an image control to a graphical field. |
| TCustomBindDBListLink | Is the base class for all binding components that link an image control to a graphical field. |
| TCustomBindDBMemoLink | Is the base class for all binding components that link a memo control to a multiline textual field. |
| TCustomBindDBTextLink | Is the base class for all binding components that link a label control to a text field. |
| TDBGridLinkColumn | Represents a column in a TDBGridLinkColumns collection. |
| TDBGridLinkColumns | Is a collection of TDBGridLinkColumn items and implements the columns of a DB grid. |
| TDBGridLinkColumnsEnumerator | Enumerates through the TDBGridLinkColumn items in a TDBGridLinkColumns object. |
| TFMXDBGridLinkColumns | Is an empty class (no new methods implemented) that inherits directly from TDBGridLinkColumns. |
Types
| TCreateColumnDescription | TCreateColumnDescription is a record that defines general column information for the TBindDBStringGridColumnCreator. |
| TDBGridLinkColumnValue | TDBGridLinkColumnValue is an enumeration of column flags (such as width, read-only, or header). |
| TDBGridLinkColumnValues | TDBGridLinkColumnValues is a set of TDBGridLinkColumnValue. |