Overview | Methods | This Package | All Packages
Retrieves a list of the MDI child forms.
Syntax
public Form[] getMDIChildren()
Return Value
Returns an array of Form objects that represent the MDI children.
Remarks
The items in the array returned by this method are sorted in the order in which the children were added to the form, not by the current z-order.