Data.Bind.Components.TLinkFillControlToProperty

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomLinkFillControlToPropertyData.Bind.Components.TCustomLinkControlToPropertyData.Bind.Components.TLinkControlDelegateTLinkFillControlToProperty

Delphi

TLinkFillControlToProperty = class(TCustomLinkFillControlToProperty)

C++

class PASCALIMPLEMENTATION TLinkFillControlToProperty : public TCustomLinkFillControlToProperty

Properties

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

Description

Links a value of a control to a component property and fills the control with possible values.

The TLinkFillControlToProperty class extends TCustomLinkFillControlToProperty with published properties.

Tip: The control must implement the IEditObserver interface.

See Also