DK for Delphi | GisInterfaces.IGIS_Viewer.Unlock | Overloads | Methods | Properties
Unlock the viewer and optionally redraw it.
// Delphi public procedure Unlock( const _redraw : Boolean ); overload;
// C++ Builder public: void Unlock( const bool _redraw ) = 0 /* overload */;
| Name | Type | Description |
|---|---|---|
| _redraw | Boolean | If True, the map is redrawn upon unlock; if False, redraw must be issued later. |