System.Bindings.EvalProtocol.TLocationWrapper.TValueSetter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TValueSetter = reference to procedure(AValue: TValue);

C++

__interface TValueSetter  : public System::IInterface

Properties

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

Description

Reference to a procedure that is the value setter method.

TValueSetter is a reference to a procedure that is the value setter method.

See Also