GraphicsFormats Xojo plugin

RawTIFFImporter.GetLastErrorCode Method (console safe)

Gets the the last error number or zero if there was no error.

GetLastErrorCode() as Integer

Parameters

Returns

Integer
Zero if no error, else Error code.

Remarks

You should not directly use this function. It is nowadays only to fulfill the interface which this class inherits.

To track errors it is far better to use try and catch mechanism.

See Also

RawTIFFImporter Class