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


Purpose   Returns the display character at a specific location on the
          display.

Decln.    GetScreenChar(X,Y:byte):char;

Returns   Char

Remarks   X, Y are the screen coordinates.

Example

VAR
  OLDCHAR;
BEGIN
    OLDCHAR := GETSCREENCHAR(20,5);
END;

The variable OldChar is assign the character that is displayed in column 20
on line 5.

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