Datasnap.DSReflect.TDSMethod.MethodClass
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
| Unit: Datasnap.DSReflect | |
| Parent: TDSMethod | |
Delphi
property MethodClass: TDSClass read GetMethodClass;
C++
__property TDSClass* MethodClass = {read=GetMethodClass};
Description
Represents a reference to the class to which the method described by this TDSMethod belongs.