System.Bindings.EvalProtocol.ILocation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ILocation = interface(IValue)

C++

__interface  INTERFACE_UUID("{861746E3-740A-4799-BB14-217066C629A8}") ILocation  : public IValue

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol System.Bindings.EvalProtocol

Description

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

ILocation is an interface that defines an lvalue (Left Value) that can be extracted and stored. An lvalue is a two-way pipe, or a logical location that holds a value that can be stored, extracted, or both.

See Also