API:Data.Bind.Components.TActivatedContainedBindComponent

From RAD Studio API Documentation

TActivatedContainedBindComponentData.Bind.Components.TCommonBindComponentData.Bind.Components.TContainedBindComponentData.Bind.Components.TBasicBindComponentSystem.Classes.TComponent

Delphi

TActivatedContainedBindComponent = class(TCommonBindComponent, IBindActivate)

C++

class PASCALIMPLEMENTATION TActivatedContainedBindComponent : public TCommonBindComponent

Properties

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

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