Data.Bind.Components.TCustomBindExprItems.CanActivate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CanActivate: Boolean; override;

C++

virtual bool __fastcall CanActivate();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindExprItems

Beschreibung

Gibt zurück, ob die Bindungsausdrücke aktiviert werden können oder nicht.

Data.Bind.Components.TCustomBindExprItems.CanActivate erbt von Data.Bind.Components.TActivatedContainedBindComponent.CanActivate. Der folgende Inhalt bezieht sich auf Data.Bind.Components.TActivatedContainedBindComponent.CanActivate.

Gibt zurück, ob die Bindungsausdrücke aktiviert werden können oder nicht.

Die Methode CanActivate gibt True zurück, wenn die Quell- und Steuerkomponenten zugewiesen werden.

Siehe auch