System.Bindings.EvalProtocol.TLocationWrapper.TValueGetter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TValueGetter = reference to function: TValue;

C++

__interface TValueGetter  : 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 function that is the value getter method.

TValueGetter is a reference to a function that is the value getter method.

See Also