Redeclared from the Dialogs.pas unit.
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.
|
|
What do you think about this topic? Send feedback!
|