System.Bindings.Methods.MakeLocation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MakeLocation(AType: PTypeInfo; const AGetter: TLocationWrapper.TValueGetter; const ASetter: TLocationWrapper.TValueSetter): ILocation;

C++

extern DELPHI_PACKAGE System::Bindings::Evalprotocol::_di_ILocation __fastcall MakeLocation(System::Typinfo::PTypeInfo AType, const System::Bindings::Evalprotocol::TLocationWrapper::_di_TValueGetter AGetter, const System::Bindings::Evalprotocol::TLocationWrapper::_di_TValueSetter ASetter);

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.Methods.pas
System.Bindings.Methods.hpp
System.Bindings.Methods System.Bindings.Methods

Description

Returns an lvalue (Left Value) that can be extracted and stored.

MakeLocation is a method that returns an lvalue (Left Value) that can be extracted and stored, based on the given parameters. MakeLocation takes in three parameters: AType, AGetter, and ASetter.

See Also