Data.Bind.Components.TCustomLinkFillControlToProperty

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomLinkControlToPropertyData.Bind.Components.TLinkControlDelegateData.Bind.Components.TBindComponentDelegateTCustomLinkFillControlToProperty
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TCustomLinkFillControlToProperty = class(TCustomLinkControlToProperty, IControlEditorName)

C++

class PASCALIMPLEMENTATION TCustomLinkFillControlToProperty : public TCustomLinkControlToProperty

Description

Represents the base class for binding a value of a control to a component property.

The TCustomLinkFillControlToProperty class implements the functionality for binding a value of a control to a component property.

Tip: The control must implement the IEditObserver interface.

See Also