System.Bindings.EvalProtocol.TLocationWrapper.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(const AValue: TValue);

C++

void __fastcall SetValue(const System::Rtti::TValue &AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol TLocationWrapper

Description

Sets the actual value wrapped by this instance.

The SetValue method sets the actual value wrapped by this instance.

See Also