Data.Bind.Components.TCustomBindControlValue

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TCustomBindControlValue = class(TExpressionsBindComponent, IBindControlValue, IBindTrack)

C++

class PASCALIMPLEMENTATION TCustomBindControlValue : public TExpressionsBindComponent

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Implements functionality for updating component properties when a control is modified by user input.

TCustomBindControlValue is the base class for the TBindControlValue component.

See Also