DK for Delphi | GisInterfaces.IGIS_Viewer.Unlock | Overloads | Methods | Properties
Unlock the viewer but do not redraw
// 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 then map should be redraw upon unlock; if false then redraw should be issued. |