System.Bindings.EvalProtocol.TLocationWrapper

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTLocationWrapper

Delphi

TLocationWrapper = class(TInterfacedObject, IInterface,
IWrapper,
IValue, ILocation, IArguments)

C++

class PASCALIMPLEMENTATION TLocationWrapper : public System::TInterfacedObject

Properties

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

Description

Trivial wrapper implementation for locations.

The TLocationWrapper class provides a trivial wrapper implementation for locations. TLocationWrapper can wrap either around an object property, or it can use a getter and a setter provided by the user to maintain the value of the location as desired.

See Also