MdiChild, MdiParent Properties

Purpose

For MDI windows return True when a Form is a MdiChild or a MdiParent Form.

Syntax

? = Form.MdiChild

? = Form.MdiParent

Description

A Form can only have one of these properties set. These properties can only be set in the Form Editor. At run time they can be inquired only.

Example

ParentW 1

ChildW 2, 1

Print Me.MdiChild

Print Me.MdiParent

Remarks

The Owned and MdiChild properties cannot be combined.

See Also

ChildW, ParentW, Form

{Created by Sjouke Hamstra; Last updated: 16/10/2014 by James Gaite}