User Tools

Site Tools


updatewindow_apply_the_search_criteria_.htm
Navigation:  ABC Library Reference > FilterLocatorClass > FilterLocatorClass Methods >====== UpdateWindow (apply the search criteria) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

UpdateWindow, VIRTUAL

blk2blue.jpg

The UpdateWindow method applies the search criteria and redraws the locator control with its current value.

Implementation:

The UpdateWindow method refilters the underlying view, primes the FreeElement property with the current search value (the Shadow property), then redraws the locator control.

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:     FreeElement, Shadow

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