Data.Bind.Components.TCustomLinkPropertyToField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TLinkPropertyToFieldDelegateData.Bind.Components.TBindComponentDelegateData.Bind.Components.TContainedBindComponentTCustomLinkPropertyToField

Delphi

TCustomLinkPropertyToField = class(TLinkPropertyToFieldDelegate)

C++

class PASCALIMPLEMENTATION TCustomLinkPropertyToField : public TLinkPropertyToFieldDelegate

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 property of a component to a field.

The TCustomLinkPropertyToField class implements the functionality for linking a property of a component to a field.

Tip: The user input to this component is not monitored using an observer.

See Also