QESBPCSMsgs Unit Routines |
Description
This is designed to work in Borland Delphi 6 CLX and above, Borland C++ Builder 6 CLX and above, and Borland Kylix 2 and above. Most if not all features will work in Kylix 1 but it is not currently supported.
These routines are simply wrappers around MessageDlg and InputQuery, designed to make them easier to use.
Copyright © 1999-2002 ESB Consultancy
v2.3 - 14 September 2002
Routines |
ConfirmCancelMsg | Displays a Confirmation (ie Yes/No/Cancel) Message Dialog. |
ConfirmMsg | Displays a Confirmation (ie Yes/No) Message Dialog. |
ErrorMsg | Displays an Error Message Dialog. |
InfoMsg | Displays an Information Message Dialog. |
InputInt | Allows Input of an Integer in a Dialog with given Caption and Prompt. |
InputStr | Allows Input of a String in a Dialog with given Caption and Prompt. |
ValidationMsg | Displays a Validation (Error) Message Dialog. |
WarningMsg | Displays a Warning Message Dialog. |
|