DK11 for Delphi | GisLayerVectorSql.TGIS_LayerVectorSqlAbstract.macroShapeUpdate | Constructors | Fields | Methods | Properties | Events
Macro for managing shape update process.
// Delphi protected procedure macroShapeUpdate( const _shp : TGIS_Shape; const _import : Boolean ); virtual;
// C++ Builder protected: virtual void macroShapeUpdate( TGIS_Shape* const _shp, const bool _import );
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape data to be saved |
_import | Boolean | if True, then shape will be added in import mode |