System.Bindings.CustomWrapper.TCustomWrapper.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue: TValue;

C++

System::Rtti::TValue __fastcall GetValue();

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

Updates the last stored value.

The last result value of the getter is stored internally. To update the last stored value, call GetValue.

For method wrappers, GetValue returns the last result of the method invocation, but cannot update the value. The value can be updated only by calling Invoke.

See Also