Open main menu

RAD Studio API Documentation β

API:Data.Bind.Components.TActivatedContainedBindComponent

Data.Bind.Components.TCommonBindComponentData.Bind.Components.TContainedBindComponentData.Bind.Components.TBasicBindComponentSystem.Classes.TComponentTActivatedContainedBindComponent
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TActivatedContainedBindComponent = class(TCommonBindComponent, IBindActivate)

C++

class PASCALIMPLEMENTATION TActivatedContainedBindComponent : public TCommonBindComponent

Description

Base class for all binding components descending from it, such as TBindExpression, TBindExprItems, and so on.

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

Base class for all binding components descending from it, such as TBindExpression, TBindExprItems, and so on.

See Also