| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EntryLocatorClass > EntryLocatorClass Methods >====== UpdateWindow (redraw the locator control) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[update update the locator control and free elements .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[error class.htm|{{btn_next_n.gif|Next page}}]] | | || **UpdateWindow, DERIVED** {{blk2blue.jpg|blk2blue.jpg}} The **UpdateWindow **method redraws the locator control with the current locator value. **Implementation:** The Update method calls the UpdateWindow method to redraw the locator control with the current locator contents. **Example:** **MyBrowseClass.UpdateWindow PROCEDURE        !update browse related controls** ** CODE** ** IF ~(SELF.Sort.Locator &= NULL)            !if locator is present** **  SELF.Sort.Locator.UpdateWindow            !redraw locator control** ** END** **See Also:     **[[update update the locator control and free elements .htm|Update]]