Datasnap.DSReflect.TDSMethod.ReturnType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ReturnType: TDSClass read GetReturnType;

C++

__property TDSClass* ReturnType = {read=GetReturnType};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSMethod


Beschreibung

Repräsentiert den Rückgabetyp der in dieser TDSMethod-Instanz beschriebenen Methode.

Siehe auch