System.Threading.IFuture.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: T read GetValue;

C++

__property T Value = {read=GetValue};

Properties

Type Visibility Source Unit Parent
property public
System.Threading.pas
System.Threading.hpp
System.Threading IFuture

Description

Represents the current value of the property (as returned by GetValue) as a specific type <T> (defined using Generics).

See Also