DK11 for Delphi | GisInterfaces.IGIS_Viewer.NotifyPaintException | Methods | Properties
Transform underlying exception into TGIS_Viewer.OnPaintException
// Delphi public function NotifyPaintException( const _message : String; const _exception : Exception ) : Boolean;
// C++ Builder public: bool NotifyPaintException( const UnicodeString _message, Exception* const _exception ) = 0;
Name | Type | Description |
---|---|---|
_message | String | exception message, usually layer on which exception occurred |
_exception | Exception | original exception object |
Type | Description |
---|---|
Boolean | True if event attached; false if not |