Important: To make the search of a function easier, the alphabetical search is based on the first letter following the PgExTool prefix. For example, if you wish to find the PgExToolWriteValue function, click W.
F
PgExToolFirstItemSection
Used to locate the section matching the first item in the list defined by the section configured as a parameter, and to retrieve it into the data file.
I
PgExToolItemSectionInUse
Used to retrieve the section corresponding to the current item in the list defined by the section configured as a parameter; this is the last item handled by one of the list section item retrieval functions.
L
PgExToolLastItemSection
Used to locate the section matching the last item in the list defined by the section configured as a parameter, and to retrieve it into the data file.
N
PgExToolNewItemSection
Used to create a new item at the end of the list defined by the section configured as a parameter, into the data file.
PgExToolNextItemSection
Used to locate the section matching the next item in the list defined by the section configured as a parameter, and to retrieve it into the data file.
P
PgExToolPreviousItemSection
Used to locate the section matching the previous item in the list defined by the section configured as a parameter, and to retrieve it into the data file.
R
PgExToolReadValue
Used to read the value associated with a section and a key in the data file.
W
PgExToolWriteValue
Used to write the value associated with a section and a key in the data file. If the data file is a parameter file for use with an EXIT program, this function checks whether the section can be modified, and in turn whether write operations are permitted.