API:Data.Bind.Components.TLinkPropertyToField

[–] 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
Represents the base class for linking a property of a component to a field.
Data.Bind.Components.TLinkPropertyToField inherits from Data.Bind.Components.TCustomLinkPropertyToField. All content below this line refers to Data.Bind.Components.TCustomLinkPropertyToField.
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.