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


Purpose   Displays a message on the screen, waits for a keypress (or mouse
          activity), and then restores the original screen contents.

Decln.    TempMessage(X,Y,F,B:byte;Str:StrScreen);

Remarks   X, Y are the coordinates of the first character of the message.
          F, B are the foreground and background display colors.
          Str is the message to display.

Example

BEGIN
    TEMPMESSAGE(1,1,YELLOW,RED,'YOU CANNOT REFORMAT THE FILESERVER');
END;

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