API:Data.Bind.Components.TCustomLinkFillControlToField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomLinkControlToFieldData.Bind.Components.TLinkControlToFieldDelegateData.Bind.Components.TLinkControlDelegateTCustomLinkFillControlToField
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TCustomLinkFillControlToField = class(TCustomLinkControlToField, IControlEditorName)

C++

class PASCALIMPLEMENTATION TCustomLinkFillControlToField : public TCustomLinkControlToField

Description

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

Data.Bind.Components.TCustomLinkFillControlToField inherits from Data.Bind.Components.TCustomLinkControlToField. All content below this line refers to Data.Bind.Components.TCustomLinkControlToField.

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