Data.Bind.Components.TLinkPropertyToField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomLinkPropertyToFieldData.Bind.Components.TLinkPropertyToFieldDelegateData.Bind.Components.TBindComponentDelegateTLinkPropertyToField
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TLinkPropertyToField = class(TCustomLinkPropertyToField)

C++

class PASCALIMPLEMENTATION TLinkPropertyToField : public TCustomLinkPropertyToField

Description

Links the property of a component to a field.

The TLinkPropertyToField class extends TCustomLinkPropertyToField with published properties.

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

See Also