API:Fmx.Bind.DBLinks.TBindDBMemoLink

Delphi
TBindDBMemoLink = class(TCustomBindDBMemoLink)
C++
class PASCALIMPLEMENTATION TBindDBMemoLink : public TCustomBindDBMemoLink
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Fmx.Bind.DBLinks.pas Fmx.Bind.DBLinks.hpp |
Fmx.Bind.DBLinks | Fmx.Bind.DBLinks |
Description
Is the base class for all binding components that link a memo control to a multiline textual field. {{#multireplace:Fmx.Bind.DBLinks.TBindDBMemoLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Fmx.Bind.DBLinks.TCustomBindDBMemoLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Fmx.Bind.DBLinks.TCustomBindDBMemoLink|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Is the base class for all binding components that link a memo control to a multiline textual field.
TCustomBindDBMemoLink is deprecated. It was introduced in XE2 in order to bind a multiline textual field in a dataset (using a TBindScopeDB object) to a FireMonkey memo control. TCustomBindDBMemoLink is FireMonkey and database-related only. No VCL support. In XE3, use the new Quick Binding Components in order to achieve the same functionality only much versatile with support for TPrototypeBindSource and TAdapterBindSource.
Tip: The easiest way to migrate a form built with the "DB*Link" components to Quick Binding Components is to use the LiveBindings Designer. When a connection is created between the data source and a control, you will be prompted to delete the "DB*Link" component and the appropriate Quick Binding Component will be created in its place.