Note 1: in methods where the first parameter is “URL”, specifying a blank URL is equivalent to specifying the current page URL.
Note 2: Methods with a return type of “String Collections” return an IDispatch pointer to an IID_IStringCollectWebsterPro object, which is a standard OLE string collection. It exposes the usual OLE collection methods (including an enumerator) which allow it to be used in VB and similar environments that support collections. Strings in the collection can be accessed via indexing, For…Next loops etc. in VB-standard fashion.
Note 3: Methods returning “LongWord Collections” dispense an IDispatch pointer to an IID_IDWordCollectWebsterPro object, which is a standard OLE collection of 32-bit integers. It exposes the usual OLE collection methods (including an enumerator) which allow it to be used in VB and similar environments that support collections. LongWords in the collection can be accessed via indexing, For…Next loops etc. in VB-standard fashion.