DK11 for Delphi | GisClasses.TGIS_PaintExceptionEvent | Enums | Classes | Prototypes
Standard event for exception.
Available also on: Python.
// Delphi type TGIS_PaintExceptionEvent = procedure ( _sender : TObject; _exception : EGIS_PaintException ) of object;
// C++ Builder typedef void (_closure *TGIS_PaintExceptionEvent)( TObject* _sender, EGIS_PaintException* _exception );
Name | Type | Description |
---|---|---|
_sender | TObject | who raises the event |
_exception | EGIS_PaintException | paint exception |