Data.Bind.Components.TActivatedContainedBindComponent.LoadActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadActivate; virtual;

C++

virtual void __fastcall LoadActivate();

Properties

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

Description

Activates the binding expressions upon component loading from stream.

The LoadActivate method is internally called from within the Loaded method in order to activate the binding expressions after the form has been loaded into memory and components have been loaded from the component stream.

LoadActivate first checks whether the expressions can be activated from the source (through a call to ActivateFromSource) and, if not, then just activates the binding expressions through a call to the SetActive method.

See Also