TELGetTelNewErr
Returns any error that occurred during a call to TELNew.
pascal TELErr TELGetTelNewErr (void);
- function result
- A result code.
DESCRIPTION
The TELGetTelNewErr function returns, as its function result, the result code from the most recent call to the TELNew function.
SPECIAL CONSIDERATIONS
You need to call TELGetTelNewErr only if a call to TELNew returned nil and you want to determine which error occurred, or if a call to TELChoose fails and you want to determine whether its call to TELNew failed.