Arguments
message A text string containing the message to display. Multiple lines may be separated by ' ' characters.
caption If provided, the caption for the dialog. Defaults to "Error".
type If provided, a bitmap of various flags used to achieve different effects.
The following type flags are available:
Base types
0 = Acet:OK
1 = Acet:OKCANCEL
2 = Acet:ABORTRETRYIGNORE
3 = Acet:YESNOCANCEL
4 = Acet:YESNO
5 = Acet:RETRYCANCEL
Icons
16 = Acet:ICONSTOP
32 = Acet:ICONQUESTION
48 = Acet:ICONWARNING
64 = Acet:ICONINFORMATION
Default buttons
0 = Acet:DEFBUTTON1
256 = Acet:DEFBUTTON2
512 = Acet:DEFBUTTON3
768 = Acet:DEFBUTTON4
Return Values
Returns one of the following values: