JCL Help:TFieldEntry
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TFieldEntry Record
[+] JclSysUtils.pas Records
[+] TFieldEntry Fields
Search in JCL Help
Search in all projects
Summary
TFieldEntry contains information about a field of a class.
Pascal
PFieldEntry = ^TFieldEntry;
public TFieldEntry = packed record
OffSet: Integer;
IDX: Word;
Name: ShortString;
end;
Members
Members | Description |
OffSet: Integer; | OffSet of the field. TODO relative to what? |
IDX: Word; | Index for the classtype in the class list. |
Name: ShortString; | Name of the field. |
Description
TFieldEntry contains information about a field of a class.
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