Data.Bind.Components.TActivatedContainedBindComponent

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCommonBindComponentData.Bind.Components.TContainedBindComponentData.Bind.Components.TBasicBindComponentSystem.Classes.TComponentTActivatedContainedBindComponent

Delphi

TActivatedContainedBindComponent = class(TCommonBindComponent)

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

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

A TActivatedContainedBindComponent can be activated by the user or automatically.

See Also