JCL Help:TFieldClassTable

From Project JEDI Wiki
Jump to navigationJump to search


Summary

List of classes used by the fields entries.


Pascal

 PFieldClassTable = ^TFieldClassTable;
public TFieldClassTable = packed record
Count: Smallint;
Classes: array [0..8191] of ^TPersistentClass;
end;


Members

Members Description
Count: Smallint; Number of classes in the Classes array.
Classes: array [0..8191] of ^TPersistentClass; Array of classes. The highest valid index in this array is Count - 1.


Description

List of classes used by the fields entries.


See Also

TFieldEntry


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