JCL Help:GetDynamicIndexList

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the list of indices of the dynamic methods.


Pascal

 function GetDynamicIndexList(AClass: TClass): PDynamicIndexList;


Parameters

Parameters Description
AClass: TClass The class for which to get dynamic method index list.


Return Value

Pointer to an array containing the indices. Do not modify this array!


Description

Returns the list of indices for the dynamic methods, not including the indices of the dynamic methods from inherited classes. Use this list in combination with GetDynamicAddressList and GetDynamicMethodCount to get all dynamic methods with their indices. The number of entries in the returned array that contain meaningful data is returned by GetDynamicMethodCount. The returned pointer points directly into the class structure and should not be modified.


See Also

TDynamicIndexList


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