System.ObjAuto.GetMethods

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMethods(ClassType: TClass): TMethodInfoArray;

C++

extern DELPHI_PACKAGE TMethodInfoArray __fastcall GetMethods(System::TClass ClassType);

Properties

Type Visibility Source Unit Parent
function public
System.ObjAuto.pas
System.ObjAuto.hpp
System.ObjAuto System.ObjAuto

Description

Returns an array of information headers corresponding to all the methods belonging to a class.

This function returns the information headers corresponding to the methods of a class. The target class is represented by the ClassType parameter, which is a metaclass instance.

See Also