Datasnap.DSReflect.TDSMethod.ReturnType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReturnType: TDSClass read GetReturnType;

C++

__property TDSClass* ReturnType = {read=GetReturnType};

Properties

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

Description

Represents the return type of the method described by this TDSMethod.

See Also