public UniDynArray iType (string aRecordID, string aITypeID)
This method is inherited from UniFile.
It evaluates the specified I-descriptor and returns the evaluated
string. It applies no conversions to the data.
string aRecordID is the record ID
of the record supplied as data to the Itype facility.
string aITypeID is the record ID of the I-descriptor
to be evaluated.
If this method fails, it throws a UniFileException.
This method corresponds to the UniObjects IType method and the BASIC ITYPE function.