Views

A View in TokOpen is essentially a 'look at' the database, normally a search or an explore. All the open windows in TokOpen (the Explorer window, the Search Results windows etc...) are Views.  TokOpen keeps a track of all the open views using the Views collection of the TOKOPEN_ENVIRONMENT.

 TOKOPEN_VIEWLIST

 Count as Long
     Read Only, indicates how many views exist. 

 Item(vntIndexKey As Variant) As TOKOPEN_VIEW
     References one of the View type objects, in the range 1..Count

See Also:-

 TOKOPEN_VIEW

 TOKOPEN_ENVIRONMENT

Example Code :-