API: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

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.