Datasnap.DSReflect.TDSMethod.MethodClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also