JCL Help:TMethodEntry

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Entry of a method table use by TMethodTable.


Pascal

 PMethodEntry = ^TMethodEntry;
public TMethodEntry = packed record
EntrySize: Word;
Address: Pointer;
Name: ShortString;
end;


Members

Members Description
EntrySize: Word; Size of the TMethodEntry. Use this to go to the next MethodEntry.
Address: Pointer; Pointer to the method.
Name: ShortString; Name of the method.


Description

Entry of a method table use by TMethodTable.


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