Data.Bind.Components.TActivatedContainedBindComponent.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 TActivatedContainedBindComponent


Beschreibung

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

Siehe auch