Readable.ReadError
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Exception Handling as a replacement. |
Method
Returns True if an error of any type occurred.
Sample Code
This If statement checks for an error after attempting to read from the BinaryStream and displays the error code if ReadError returns True.