JCL Help:TDynamicIndexList

From Project JEDI Wiki
Jump to navigationJump to search


Summary

List of valid indices in a dynamic method table.


Pascal

 TDynamicIndexList = array [0..MaxInt div 16] of Word;
PDynamicIndexList = ^TDynamicIndexList;


Description

List of indices of valid entries in a dynamic method table. Use GetDynamicMethodCount to get the count of valid entries in this 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