JCL Help:GetMethodTable

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the method table of a class.


Pascal

 function GetMethodTable(AClass: TClass): PMethodTable;


Parameters

Parameters Description
AClass: TClass The class for which to retrieve the method table.


Return Value

Pointer to the method table. Do not modify this structure!


Description

GetMethodTable returns a pointer to the method table of the specified class. The method table contains information about the published methods declared in the class.


See Also

TMethodTable


About

Unit

JclSysUtils


Donator

Python


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page