You are here: Symbol Reference > JSDialogs Namespace > Structs, Records, Enums > JSDialogs.TMsgDlgType Enumeration
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSDialogs.TMsgDlgType Enumeration

Redeclared from the Dialogs.pas unit.

Pascal
TMsgDlgType = (
  mtWarning,
  mtError,
  mtInformation,
  mtConfirmation,
  mtCustom
);

JSDialogs

Members 
Description 
mtWarning 
A message box containing a yellow exclamation point symbol.
 
mtError 
A message box containing a red stop sign. 
mtInformation 
A message box containing a blue "i". 
mtConfirmation 
A message box containing a green question mark.
 
mtCustom 
A message box containing no bitmap. The caption of the message box is the name of the application's executable file. 

This enables the JSDialogs unit to be a drop in replacement for most occurrences of Dialogs.pas.

Copyright © 2013 by LMD Innovative. All rights reserved.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!