DK11 for Delphi | GisLayerVector.TGIS_ForEachShapeEvent | Methods | Classes | Prototypes
Callback prototype for TGIS_LayerVector.ForEach function.
// Delphi type TGIS_ForEachShapeEvent = procedure ( _shp : TGIS_Shape; var _abort : Boolean ) of object;
// C++ Builder typedef void (_closure *TGIS_ForEachShapeEvent)( TGIS_Shape* _shp, bool &_abort );
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape object |
_abort | Boolean | if true then operation should be aborted |