JCL Help:GetDynamicMethodCount

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the number of dynamic methods of a class.


Pascal

 function GetDynamicMethodCount(AClass: TClass): Integer;


Parameters

Parameters Description
AClass: TClass The class for which to get the number of dynamic methods.


Return Value

The number of dynamic methods of the specified class.


Description

GetDynamicMethodCount returns the number of dynamic methods for the specified class (including abstract methods). This only includes dynamic methods declared in the class itself, not the methods delcared in ancestor classes.


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