Visit Gigasoft's Web Site
 ProEssentials v9 Help

ModalDialogs

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Boolean/Int32

Default

FALSE

.NET

PeUserInterface.Dialog.Modal

Ocx|Vcl

ModalDialogs

DLL

PEP_bMODALDIALOGS

 

Purpose

This property controls how all built-in dialogs are launched, modal, or modeless.

 

A modal dialog must be closed before accessing the rest of the application. If using a modeless customization dialog, this lets you shift the focus from the dialog to the application without closing the customization dialog.

 

Setting

Description

TRUE

Modal dialog boxes.

FALSE

Modeless dialog boxes.

 

Comments

PeUserInterface.Dialog.Modal members of Pego.PeUserInterface.Dialog, Pesgo.PeUserInterface.Dialog, Pe3do.PeUserInterface.Dialog, Pepso.PeUserInterface.Dialog, Pepco.PeUserInterface.Dialog

 

See Also: AllowCustomization, ModelessAutoClose, ModelessOnTop, DialogResult