home *** CD-ROM | disk | FTP | other *** search
- Documentation of GVMsgBox
- =========================
-
- GVMsgBox is a Turbo Pascal unit and is part of the Graphics Vision
- package.
- GVMsgBox provides the functions of the TV unit MsgBox in GV.
-
- Routines that are not mentioned are compatible with TV.
-
- Besides the known routines of the TV unit there are some other improved
- MsgBox routines in GV.
-
- function MessageBoxTitle (Title, Msg: String; Params: Pointer; AOptions: Word): Word;
-
- This routine allows you to give a heading for the msgbox window. The other
- options are compatible to MessageBox.
-
- function MessageBoxTitleRect (var R: TRect; Title, Msg: String; Params: Pointer;
-
- This routine allows you to give a heading for the msgbox window. The other
- options ar compatible to MessageBoxRect.
-
- The messageboxes have a Microsoft Windows like layout.
- The bitmaps (on left side of such a window) are determined by the flags
- mfError, mfConfirmation, mfInformation and mfWarning.