Datasnap.DSReflect.TDSClass.Methods
Delphi
property Methods: TDSMethodArray read GetMethods;
C++
__property TDSMethodArray Methods = {read=GetMethods};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | public | Datasnap.DSReflect.pas Datasnap.DSReflect.hpp | Datasnap.DSReflect | TDSClass | 
Beschreibung
Ist ein TDSMethodArray-Objekt, das die Methoden der von dieser TDSClass-Instanz beschriebenen Klasse enthält.