DK11 for Delphi | GisViewer.TGIS_Viewer.Unlock | Overloads | Constructors | Fields | Methods | Properties | Events
Unlock the viewer but do not redraw
Implements IGIS_Viewer.Unlock.
// Delphi public procedure Unlock( const _redraw : Boolean ); overload;
// C++ Builder public: void Unlock( const bool _redraw ) /* overload */;
Name | Type | Description |
---|---|---|
_redraw | Boolean | If true then map should be redraw upon unlock; if false then redraw should be issued. |