[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TempMessageBoxCh


Purpose   Displays a temporary message in a box screen and returns the
          character pressed by the user. This procedure is a combination of
          TempMessageCh and TempMessageBox.

Decln.    TempMessageBoxCh(X,Y,F,B,Boxtype:byte;Str:StrScreen;var Ch:char);

Remarks   X, Y are the coordinates of the first character of the message.
          F, B are the foreground and background display colors.
          BoxType is the box border code. Use the same codes as for Box in
          FastTTT5.
          Str is the message to display.
          Ch is a character variable that will be updated with the
          character pressed by the user.

Example

VAR
  CH : CHAR;
BEGIN
    TEMPMESSAGEBOXCH(1,1,YELLOW,RED,1,'REFORMAT THE FILESERVER? (Y/N)',CH);
END;

See Also: TempMessage TempMessageBox TempMessageBoxCh
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson