[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

TObject.SafeCallException

Handle exception object

Declaration

Source position: objpash.inc line 190

public function TObject.SafeCallException(

  exceptobject: TObject;

  exceptaddr: pointer

):LongInt; virtual;

Description

SafeCallException should be overridden to handle exceptions in a method marked with the savecall directive. The implementation in TObject simply returns zero.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.