Data.Bind.Components.TCustomBindExpression.CanActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanActivate: Boolean; override;

C++

virtual bool __fastcall CanActivate();

Properties

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

Description

Returns whether the binding expressions can be activated or not.

Data.Bind.Components.TCustomBindExpression.CanActivate inherits from Data.Bind.Components.TActivatedContainedBindComponent.CanActivate. All content below this line refers to Data.Bind.Components.TActivatedContainedBindComponent.CanActivate.

Returns whether the binding expressions can be activated or not.

The CanActivate method returns True if the source and control components are assigned.

See Also