JCL Help:TDynamicAddressList

From Project JEDI Wiki
Jump to navigationJump to search


Summary

List of addresses of a dynamic methods


Pascal

 TDynamicAddressList = array [0..MaxInt div 16] of Pointer;
PDynamicAddressList = ^TDynamicAddressList;


Description

List of addresses of the dynamic methods, use GetDynamicMethodCount to get the indices of valid entries in the list.


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