JCL Help:GetDynamicAddressList

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the list of addresses for the dynamic methods of a class.


Pascal

 function GetDynamicAddressList(AClass: TClass): PDynamicAddressList;


Parameters

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


Return Value

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


Description

Returns the list of addresses for the dynamic methods of the specified class. Use this list in combination with GetDynamicIndexList and GetDynamicMethodCount to get all dynamic methods and 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

TDynamicAddressList


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