JCL Help:TFieldTable

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 PFieldTable = ^TFieldTable;
public TFieldTable = packed record
EntryCount: Word;
FieldClassTable: PFieldClassTable;
FirstEntry: TFieldEntry;
end;


Members

Members Description
EntryCount: Word; Number of entries in the field table.
FieldClassTable: PFieldClassTable; Table with classes, used by the entries IDX property.
FirstEntry: TFieldEntry; First entry (if it exists), this is a variable length structure.


Description

The description for this help topic does not exist, edit this page


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