Data.Bind.Components.TBaseBindScopeComponent.ActivateExpressions
Delphi
procedure ActivateExpressions(AValue: Boolean);
C++
void __fastcall ActivateExpressions(bool AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBaseBindScopeComponent |
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.