DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.Unlock | Overloads | Constructors | Methods | Properties | Events
Unlock the viewer but do not redraw
Available also on: .NET WinForms | Java | ActiveX | Python.
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. |