Data.Bind.Components.TActivatedContainedBindComponent.ActivateFromSource
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TActivatedContainedBindComponent |
Delphi
function ActivateFromSource: Boolean;
C++
bool __fastcall ActivateFromSource();
Description
Activates the binding expressions if the source component is a scope that can be activated.
The ActivateFromSource method first checks whether the source component supports the IScopeActive interface and, if so, activates the binding expressions in that scope.