STreeItem.FindItems Method
| Explanation | Recursively searches for items of its own child and returns accessors for all found items in an Array object. It is not included in the search target. The following specifications have been expanded since Ver.5.0.2--> If all arguments are omitted, the STreeItem object, which is an accessor to all its descendant items, is stored in the Array object and returned.<-- until here | |
| Call format | item.FindItems( data [, option ] ) It has been expanded since Ver.5.0.2 so that it can be called in the following format. item.FindItems() | |
| Return value | Stores and returns an STreeItem object that is an accessor to the found item in an Array object. If it cannot be found, it returns an Array object with 0 elements. | |
| Arguments | data | Specify the character string to be searched. Returns an object with properties that match this value. Which property to compare with is specified by option. |
| option | Specify the property to be searched. Specify a combination of the following constants. The default is STreeItem.FIND_VALUE. If 0 is specified, all objects will not be searched. | |
| Exception | EXT-12 | Invalid accessor |
| Example of use | | |
| Related item | FindItem method | |