API:Data.Bind.Components.TLinkControlToField

From RAD Studio API Documentation

TLinkControlToFieldData.Bind.Components.TCustomLinkControlToFieldData.Bind.Components.TLinkControlToFieldDelegateData.Bind.Components.TLinkControlDelegateData.Bind.Components.TBindComponentDelegate

Delphi

TLinkControlToField = class(TCustomLinkControlToField)

C++

class PASCALIMPLEMENTATION TLinkControlToField : public TCustomLinkControlToField

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Represents the base class for linking a control to a field. {{#multireplace:Data.Bind.Components.TLinkControlToField|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TCustomLinkControlToField|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TCustomLinkControlToField|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Represents the base class for linking a control to a field.

The TCustomLinkControlToField class implements the functionality for linking a control to a field in a data source.

Tip: If the direction is bidirectional, then the control must support the IEditLinkObserver interface.

See Also