DK11 for Delphi | GisInterfaces.IGIS_Viewer.InvalidateEditor | Methods | Properties
Invalidate editor. To mark viewer after editor change to redraw state.
// Delphi public procedure InvalidateEditor( const _final : Boolean );
// C++ Builder public: void InvalidateEditor( const bool _final ) = 0;
Name | Type | Description |
---|---|---|
_final | Boolean | True if map must updated at the end of editing process; otherwise a normal "shallow" screen refresh to be performed |