Datasnap.DSReflect.TDSClass.Methods
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
Unit: Datasnap.DSReflect | |
Parent: TDSClass |
Delphi
property Methods: TDSMethodArray read GetMethods;
C++
__property TDSMethodArray Methods = {read=GetMethods};
Description
Is a TDSMethodArray containing the methods of the class that is described by this TDSClass.