JCL Help:TMethodTable

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Structure for the Method Table


Pascal

 PMethodTable = ^TMethodTable;
public TMethodTable = packed record
Count: Word;
FirstEntry: TMethodEntry;
end;


Members

Members Description
Count: Word; Number of TMethodEntries after count.
FirstEntry: TMethodEntry; First entry (if exists) of the method entries.


Description

Method Table Structure. Gives a description of method, with Count the number of methods, followed by count numbers of a variable length structure for each entry.


See Also

GetMethodTable GetMethodEntry TMethodEntry


About

Unit

JclSysUtils


Navigation

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