JCL Help:GetMethodEntry
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetMethodEntry Function
Search in JCL Help
Search in all projects
Summary
Returns an entry from the method table.
Pascal
function GetMethodEntry(MethodTable: PMethodTable; Index: Integer): PMethodEntry;
Parameters
Parameters | Description |
MethodTable: PMethodTable | The method table to get the entry from |
Index: Integer | The index of the entry to retrieve. |
Return Value
Pointer to the method table entry from the method table with the given index. Do not modify this structure!
Description
GetMethodEntry returns the entry with the given index from the method table. There is no checking performed that the given Index is valid.
See Also
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