JCL Help:GetFieldTable
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetFieldTable Function
Search in JCL Help
Search in all projects
Summary
Returns the field table of a class.
Pascal
function GetFieldTable(AClass: TClass): PFieldTable;
Parameters
Parameters | Description |
AClass: TClass | The class for which to retrieve the field table. |
Return Value
Pointer to the field table. Do not modify this structure!
Description
GetFieldTable returns a pointer to the field table of the specified class. A field table contains information about the published fields in a class.
See Also
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