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


Purpose   Modifies the default display colors for the input fields and
          messages.

Decln.    Define_Colors(HiF,HiB,LoF,LoB,MsgF,MsgB:byte);

Remarks   HiF, HiB are the foreground and background colors of the field
          being edited.
          LoF, LoB are the foreground and background colors of the other
          fields.
          MsgF, MsgB are the foreground and background colors of the
          optional field messages.

          The Toolkit will automatically default to one of two color sets,
          depending on whether the system is monochrome or color.

Example

BEGIN
    IF COLORSCREEN THEN
       DEFINE_COLORS(YELLOW,RED,BLACK,LIGHTGRAY,CYAN,BLUE)
    ELSE
       DEFINE_COLORS(WHITE,BLACK,LIGHTGRAY,BLACK,WHITE,BLACK);
END;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson