API:Data.Bind.Components.TCustomBindExpression.CanActivate
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 | TCustomBindExpression |
Beschreibung
Gibt zurück, ob die Bindungsausdrücke aktiviert werden können oder nicht.
Data.Bind.Components.TCustomBindExpression.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.