Data.Bind.Components.TBaseBindScopeComponent.ActivateExpressions

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: TBaseBindScopeComponent

Delphi

procedure ActivateExpressions(AValue: Boolean);

C++

void __fastcall ActivateExpressions(bool AValue);

Description

Activates or deactivates all the binding expressions of this binding scope component at once.

The ActivateExpressions method activates or deactivates, depending on the value of the AValue parameter, all the binding expressions contained by this binding scope component at once.

Tip: If one or more of the binding expressions does not support one of the IBindLink, IBindPosition, or IBindActivate interfaces, then ActivateExpressions does nothing for that particular binding expression.

See Also