Datasnap.DSReflect.TDSClass.Methods

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch