FindChildren Method
Description
Finds node children according to specified search pattern.
Syntax
Visual Basic
Public Function FindChildren( _
   ByVal Pattern As String, _
   Optional ByVal MatchCase As Boolean = False, _
   Optional ByVal Filter As String = "" _
) As List
Parameters
Pattern
The search string or pattern.
MatchCase
If True, the search is case-sensitive.
Filter
A logical filter. The filter can be retrieved from TDFilter.Text.
Return Type
A list of SysTreeNode objects that match the pattern and filter.
See Also