Datasnap.DSReflect.TDSMethodValues.ReturnValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReturnValue: Variant read FReturnValue write FReturnValue;

C++

__property System::Variant 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