System.Bindings.Helper.TBindings.CreateAssociationScope

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function CreateAssociationScope(Assocs: array of TBindingAssociation): IScope;

C++

__classmethod System::Bindings::Evalprotocol::_di_IScope __fastcall CreateAssociationScope(System::Bindings::Expression::TBindingAssociation *Assocs, const int Assocs_High);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bindings.Helper.pas
System.Bindings.Helper.hpp
System.Bindings.Helper TBindings

Beschreibung

Gibt einen Gültigkeitsbereich auf Basis eines Arrays von Bindungszuordnungen zurück.

Die Methode CreateAssociationScope gibt einen Gültigkeitsbereich auf Basis eines Arrays von Bindungszuordnungen zurück.

Siehe auch