JCL Help:TDynamicIndexList
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TDynamicIndexList Type
[+] JclSysUtils.pas Types
Search in JCL Help
Search in all projects
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
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