ShowLeafs method

Description
Fills the collection with the names of the items at the current browse position.
Syntax
ShowLeafs
(Optional Flat As Variant)
Flat
— Defines what the collection should contain. If set to True, the collection is filled with all items at the current browse position, as well as all the items in sub branches. If set to False, the collection is filled with all items at the current browse position.
Remarks
The names of leafs in the collection should match the filter criteria defined by DataType, AccessRights, and Filter. Default for Flat is FALSE.
Example
Dim MyOPCBrowser as OPCBrowser
Set MyOPCBrowser = MyOPCServer.CreateBrowser
'/* Get item information for this branch
MyOPCBrowser.ShowLeafs
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal