Data.Bind.Components.TActivatedContainedBindComponent.ActivateFromSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ActivateFromSource: Boolean;

C++

bool __fastcall ActivateFromSource();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TActivatedContainedBindComponent

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.

See Also