OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Manipulating Child Windows

TDialog provides two iterator functions, ForEach() and FirstThat(), that let you perform operations either on all the children in the parent's child list or on a single child at a time.

TWindow also provides a number of other functions that let you determine the number of children in the child list, move through them one at a time, or move to the top or bottom of the list. The following topics explain more about manipulating child windows:

See Also