API:Data.Bind.Components.TCustomBindLink.Active

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Active: Boolean read GetActive write SetActive;

C++

__property bool Active = {read=GetActive, write=SetActive, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindLink

Beschreibung

Gibt an, ob der Bindungsausdruck aktiv ist oder nicht.

Data.Bind.Components.TCustomBindLink.Active erbt von Data.Bind.Components.TActivatedContainedBindComponent.Active. Der folgende Inhalt bezieht sich auf Data.Bind.Components.TActivatedContainedBindComponent.Active.

Gibt an, ob der Bindungsausdruck aktiv ist oder nicht. Standardmäßig wird Active auf False gesetzt.

Siehe auch