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