API:Data.Bind.Components.TCustomBindControlValue

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TExpressionsBindComponentData.Bind.Components.TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentTCustomBindControlValue

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


Is the base class for binding components that can be activated.

Data.Bind.Components.TCustomBindControlValue inherits from Data.Bind.Components.TActivatedContainedBindComponent. All content below this line refers to Data.Bind.Components.TActivatedContainedBindComponent.

Is the base class for binding components that can be activated.

A TActivatedContainedBindComponent can be activated by the user or automatically.

See Also