User Tools

Site Tools


addlocator_specify_a_locator_.htm
Navigation:  ABC Library Reference > BrowseClass > BrowseClass Methods >====== AddLocator (specify a locator) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

AddLocator( locator )

blk2blue.jpg

AddLocator Specifies a locator object for a specific sort order.
locator The label of the locator object.

The AddLocator method specifies a locator object for the sort order defined by the preceding call to the AddSortOrder or SetSort method. Typically, you call the AddLocator method immediately after the AddSortOrder method.

Implementation:

The specified locator is sort order specific–it is enabled only when the associated sort order is active. The SetSort method applies or activates a sort order for the browse. Only one sort order is active at a time.

Example:

BrowseSt.AddSortOrder(BrowseSt:Step,StFile:ByCode)   !add sort order and

BrowseSt.AddLocator(BrowseSt:Locator)                !associated locator

BrowseSt:Locator.Init(?Loc,StFile:StCode,1,BrowseSt) !init locator object

See Also:     AddSortOrder, LocatorClass, SetSort

addlocator_specify_a_locator_.htm.txt · Last modified: 2021/04/15 15:56 by 127.0.0.1