Datasnap.DSReflect.TDSClass.Methods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Methods: TDSMethodArray read GetMethods;

C++

__property TDSMethodArray Methods = {read=GetMethods};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSClass

Description

Is a TDSMethodArray containing the methods of the class that is described by this TDSClass.

See Also