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