ShowLeafs browses through the TdOPCDAClient branches and leaves and fills the items collection with the read items.
Delphi
procedureShowLeafs(flat: boolean = false);
C++
__fastcallShowLeafs(boolean flat = false);
Remarks
The parameter flat describes the hierarchy of the server. Servers can have either a flat or hierarchical namespace. When flat is True, the Items collection is filled with the entire set of names provided by the server.