Datasnap.DSReflect.TDSMethodValues.ReturnValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReturnValue: TValue read FReturnValue write FReturnValue;

C++

__property System::Rtti::TValue ReturnValue = {read=FReturnValue, write=FReturnValue};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSMethodValues

Description

Holds the return value of the method that this TDSMethodValues describes.

See Also