| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EntryLocatorClass > EntryLocatorClass Methods >====== Set (restart the locator:EntryLocatorClass) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[init initialize the entrylocatorclass object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setshadow set shadow value .htm|{{btn_next_n.gif|Next page}}]] | | || **Set, DERIVED** {{blk2blue.jpg|blk2blue.jpg}} The **Set **method prepares the locator for a new search. **Implementation:** The Set method clears the FreeElement property and the Shadow property. **Example:** **MyBrowseClass.TakeScroll PROCEDURE(SIGNED Event)   !process a scroll event** ** CODE** ** !handle the scroll** ** SELF.PostNewSelection               !post EVENT:NewSelection to list** ** IF ~SELF.Sort.Locator &= NULL       !if locator is present** **  SELF.Sort.Locator.Set              ! clear it** ** END** ** IF SELF.Sort.Thumb &= NULL          !if thumb is present** **  SELF.UpdateThumbFixed              ! reposition it** ** END** **See Also: **[[freeelement the locator s first free key element .htm|FreeElement]], [[shadow the search value .htm|Shadow]]