Data.Bind.Components.TCustomLinkControlToProperty

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TLinkControlDelegateData.Bind.Components.TBindComponentDelegateData.Bind.Components.TContainedBindComponentData.Bind.Components.TBasicBindComponentTCustomLinkControlToProperty
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TCustomLinkControlToProperty = class(TLinkControlDelegate)

C++

class PASCALIMPLEMENTATION TCustomLinkControlToProperty : public TLinkControlDelegate

Description

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

The TCustomLinkControlToProperty class implements the functionality for binding a value of a control to a component property. The component property will be updated when the user inputs into the control.

Tip: The control must implement the IEditObserver interface.

See Also