JCL Help:HasDynamicMethod

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Test if the class (or one of its ancestors) has a dynamic method with the given index.


Pascal

 function HasDynamicMethod(AClass: TClass; Index: Integer): Boolean;


Parameters

Parameters Description
AClass: TClass The class for which to test for the dynamic method.
Index: Integer The index for which to test.


Return Value

If the class contains a dynamic method with the given index the result is True, otherwise the result is False.


Description

Test if the class (or one of its ancestors) has a dynamic method with the given index.


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