System.Bindings.EvalProtocol.ILocation.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(const AValue: TValue);

C++

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

Properties

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

Description

Sets the actual value wrapped by this interface.

The GetValue method sets the actual value wrapped by this ILocation interface.

The AValue parameter specifies the new value that is set as the actual value of the location.

See Also