home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / tvision / gravis / gv / gvmsgbox.doc < prev    next >
Encoding:
Text File  |  1994-05-23  |  956 b   |  25 lines

  1. Documentation of GVMsgBox
  2. =========================
  3.  
  4. GVMsgBox is a Turbo Pascal unit and is part of the Graphics Vision
  5. package.
  6. GVMsgBox provides the functions of the TV unit MsgBox in GV.
  7.  
  8. Routines that are not mentioned are compatible with TV.
  9.  
  10. Besides the known routines of the TV unit there are some other improved
  11. MsgBox routines in GV.
  12.  
  13. function MessageBoxTitle (Title, Msg: String; Params: Pointer; AOptions: Word): Word;
  14.  
  15.   This routine allows you to give a heading for the msgbox window. The other
  16.   options are compatible to MessageBox.
  17.  
  18. function MessageBoxTitleRect (var R: TRect; Title, Msg: String; Params: Pointer;
  19.  
  20.   This routine allows you to give a heading for the msgbox window. The other
  21.   options ar compatible to MessageBoxRect.
  22.  
  23. The messageboxes have a Microsoft Windows like layout.
  24. The bitmaps (on left side of such a window) are determined by the flags
  25. mfError, mfConfirmation, mfInformation and mfWarning.