DK11 for Delphi | GisViewer.TGIS_Viewer.NotifyPaintException | Constructors | Fields | Methods | Properties | Events
Transform underlying exception into TGIS_Viewer.OnPaintException
Implements IGIS_Viewer.NotifyPaintException.
// Delphi public function NotifyPaintException( const _message : String; const _exception : Exception ) : Boolean;
// C++ Builder public: bool NotifyPaintException( const UnicodeString _message, Exception* const _exception );
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 |