JCL Help:TJclPeImportSort
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclPeImportSort Enumeration
Search in JCL Help
Search in all projects
Summary
Enumeration used to determine how a list of imported functions should be sorted.
Pascal
public TJclPeImportSort = (
isName,
isOrdinal,
isHint,
isLibImport
);
Members
Members | Description |
isName | The list is sorted on the name of the imported function. |
isOrdinal | The list is sorted on the ordinal by which the function was imported. |
isHint | The list is sorted on the hint of the imported function. |
isLibImport | The list is sorted by the name of the image from which the functions were imported. |
Description
Enumeration used by the various import section related classes to determine how a list of imported functions should be sorted. Usually the method called to perform the sort operation allows for further options such as whether the sort should be ascending or descending.
About
Unit
no pages or subcategories
Donator
Petr Vones
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