System.Bindings.Outputs.TBindingOutput.MakeLocation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function MakeLocation(AObject: TObject; const PropertyName: String): TLocationRec; overload;
function MakeLocation(Scope: IScope; const Expr: string;  out LocationRec: TLocationRec): Boolean; overload;

C++

TLocationRec __fastcall MakeLocation(System::TObject* AObject, const System::UnicodeString PropertyName)/* overload */;
bool __fastcall MakeLocation(System::Bindings::Evalprotocol::_di_IScope Scope, const System::UnicodeString Expr, /* out */ TLocationRec &LocationRec)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

Beschreibung

Erzeugt einen Ausgabespeicherort für das angegebene Ausgabepaar.

Die Methode MakeLocation erzeugt einen Ausgabespeicherort für das über die Parameter AObject und PropertyName angegebene Ausgabepaar. Es gibt zwei überladene Methoden MakeLocation. Die erste ist oben beschrieben. Die zweite muss mit den folgenden Parametern aufgerufen werden:

Feld Bedeutung
Scope Der Bindungsbereich
Expr Der Bindungsausdruck
LocationRec Das Ausgabepaar, das aus einem Objekt und einer Eigenschaft besteht

Siehe auch