User Tools

Site Tools


updatewindow_redraw_the_locator_control_.htm
Navigation:  ABC Library Reference > EntryLocatorClass > EntryLocatorClass Methods >====== UpdateWindow (redraw the locator control) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

UpdateWindow, DERIVED

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

updatewindow_redraw_the_locator_control_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1