Lines Matching refs:br
62 @param Query items of sub set must match to this query<br>
63 example:<br>
64 (1)<br>
66 the name pattern and supports a special feature; sort it ascending<br>
67 "name=*myname_??_;sort=ascending;feature=VISIBLE"<br>
68 (2)<br>
70 and match by name pattern;ascending sort is the default<br>
71 "getAllVisible(*myname_??_)"<br>
86 @param Properties items of sub set must support given properties as minimum<br>
87 example:<br>
88 (supported)<br>
89 … search for items wich match the name pattern and supports the VISIBLE feature<br>
90 Parameters[0].Name = "name"<br>
91 Parameters[0].Value = "*myname_??_"<br>
92 Parameters[1].Name = "feature"<br>
93 Parameters[1].Value = "VISIBLE"<br>
94 ...<br>
95 (unsupported)<br>
97 Parameters[0].Name = "sort"<br>
98 Parameters[0].Value = "ascending"<br>
99 ...<br>