Data.Bind.Components.TCustomBindControlValue
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
TCustomBindControlValue = class(TExpressionsBindComponent, IBindControlValue, IBindTrack)
C++
class PASCALIMPLEMENTATION TCustomBindControlValue : public TExpressionsBindComponent
Description
Implements functionality for updating component properties when a control is modified by user input.
TCustomBindControlValue is the base class for the TBindControlValue component.