IFormControl.ParentWindow

Syntax

ParentWindow: IWin32Window;

Description

The ParentWindow property returns parent window.

Comments

If the parent window is set for the form, the form is displayed over this window. The value of the ParentWindow property should be cast to the necessary type to receive parameters of the parent window.

If the parent window is absent, the property returns Null.

See also:

IFormControl