Unit MessageBox

Simple dialog box, required Rx Library.

Classes

TELEMMessageBox -
TELEMMessageBoxEditor -

Functions

Register -

Types

TButtons
TDefaultButton
TDialogType

Constants

ButtonSet
DefaultButtons
DialogTypes

Variables


Functions


procedure Register;


Types


TButtons = (bsOK, bsOKCancel, bsAbortRetryIgnore, bsRetryCancel, bsYesNo, bsYesNoCancel);

TDefaultButton = (dbButton1, dbButton2, dbButton3);

TDialogType = (dtSimple, dtStop, dtQuestion, dtInformation, dtExclamation);

Constants

ButtonSet = (MB_OK, MB_OKCANCEL, MB_ABORTRETRYIGNORE, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL)

DefaultButtons = (MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3)

DialogTypes = (0, MB_ICONSTOP, MB_ICONQUESTION, MB_ICONINFORMATION, MB_ICONEXCLAMATION)


Variables