Fmx.Bind.DBLinks.TCustomBindDBTextLink

From RAD Studio API Documentation
Jump to: navigation, search

Fmx.Bind.DBLinks.TBaseBindDBFieldControlLinkData.Bind.DBLinks.TBaseBindDBFieldLinkData.Bind.DBLinks.TBaseBindDBControlLinkData.Bind.Components.TBindComponentDelegateTCustomBindDBTextLink

Delphi

TCustomBindDBTextLink = class(TBaseBindDBFieldControlLink)

C++

class PASCALIMPLEMENTATION TCustomBindDBTextLink : public TBaseBindDBFieldControlLink

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 label control to a text field.

TCustomBindDBTextLink is deprecated. It was introduced in XE2 in order to bind a text field in a dataset (using a TBindScopeDB object) to a FireMonkey label control. TCustomBindDBTextLink 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.

See Also