API:Fmx.Bind.DBLinks.TCustomBindDBEditLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomBindDBEditLink = class(TBaseBindDBFieldControlLink)

C++

class PASCALIMPLEMENTATION TCustomBindDBEditLink : 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

Represents a binding component that wraps another binding component in order to link a control to a field.

Fmx.Bind.DBLinks.TCustomBindDBEditLink inherits from Fmx.Bind.DBLinks.TBaseBindDBFieldControlLink. All content below this line refers to Fmx.Bind.DBLinks.TBaseBindDBFieldControlLink.

Represents a binding component that wraps another binding component in order to link a control to a field.

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

See Also