Datasnap.DSReflect.TDSMethodValues.ReturnValue
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
| Unit: Datasnap.DSReflect | |
| Parent: TDSMethodValues | |
Delphi
property ReturnValue: TValue read FReturnValue write FReturnValue;
C++
__property System::Rtti::TValue ReturnValue = {read=FReturnValue, write=FReturnValue};
Description
Holds the return value of the method that this TDSMethodValues describes.