Data.Bind.Components.TActivatedContainedBindComponent.CanActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanActivate: Boolean; virtual;

C++

virtual bool __fastcall CanActivate();

Properties

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

Description

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