DK for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.Unlock | Overloads | Constructors | Methods | Properties | Events
Unlock the viewer and redraw it.
Available also on: .NET WinForms | Java | ActiveX.
Implements IGIS_Viewer.Unlock.
// Delphi public procedure Unlock; overload;
// C++ Builder public: void Unlock(void) /* overload */;
Refreshes the screen by calling Reposition. Use this method similarly to shape unlocking. See TGIS_Shape.Lock for a related example.