Data.Bind.Components.TActivatedContainedBindComponent
| [–] 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
Is the base class for binding components that can be activated.
A TActivatedContainedBindComponent can be activated by the user or automatically.