dOPC Client Toolkit
Close
dOPCDA.TdOPCBrowser.Browse

browse methods 

Browse browses through the TdOPCDAClient branches and leaves and fills the Items collection with the folders and items read.

procedure Browse(flat: boolean = false);
__fastcall Browse(boolean flat = false);

The parameter flat describes the hierarchy of the server. Servers can have either a flat or hierarchical namespace. When flat is True then the Items collection is filled with the entire set of names provided by the server.

Kassl GmbH Copyright © 2024. All rights reserved.