API:Data.Bind.Components.TBindControlValue
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
TBindControlValue = class(TCustomBindControlValue)
C++
class PASCALIMPLEMENTATION TBindControlValue : public TCustomBindControlValue
Description
Implements functionality for updating component properties when a control is modified by user input.
Data.Bind.Components.TBindControlValue inherits from Data.Bind.Components.TCustomBindControlValue. All content below this line refers to Data.Bind.Components.TCustomBindControlValue.
Implements functionality for updating component properties when a control is modified by user input.
TCustomBindControlValue is the base class for the TBindControlValue component.