DK11 for Delphi | GisLayerVector.TGIS_ShapeEvent | Methods | Classes | Prototypes
Standard event for PaintXXXX.
Available also on: Python.
// Delphi type TGIS_ShapeEvent = procedure ( _sender : TObject; _shape : TGIS_Shape ) of object;
// C++ Builder typedef void (_closure *TGIS_ShapeEvent)( TObject* _sender, TGIS_Shape* _shape );
Name | Type | Description |
---|---|---|
_sender | TObject | sender object |
_shape | TGIS_Shape | shape to which event is related |