Data.Bind.Components.TActivatedContainedBindComponent.CanDesignActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanDesignActivate: Boolean; virtual;

C++

virtual bool __fastcall CanDesignActivate();

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 at design time.

The CanDesignActivate method returns True if the binding expressions can be activated at design time, False otherwise. CanDesignActivate also returns False if the source or the control component is not assigned, or if the source component does not support the IScopeActive interface.

See Also