Data.Bind.Components.TActivatedContainedBindComponent.LoadActivate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TActivatedContainedBindComponent

Delphi

procedure LoadActivate; virtual;

C++

virtual void __fastcall LoadActivate();

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