[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constants to define the types of message dialogs.
Source position: dialogs.pp line 36
type TMsgDlgType = ( |
||
mtWarning, |
|
|
mtError, |
|
|
mtInformation, |
|
|
mtConfirmation, |
|
|
mtCustom |
|
|
); |
lazarus-ccr.sourceforge.net |