Datasnap.DSReflect.TDSMethod.MethodClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MethodClass: TDSClass read GetMethodClass;

C++

__property TDSClass* MethodClass = {read=GetMethodClass};

Properties

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

Description

Represents a reference to the class to which the method described by this TDSMethod belongs.

See Also