[^^Up^^] [Menu] [About The Guide]
 TMSGBAR
 
 CLASS VARS

  lREGISTERED           Flag: Class is Registered
 
 INSTANCE VARS

  cMSGDEF               default message string
  lCENTERED             Flag: center message
  lACTIVE               Flag: message bar is active
  lDATE                 Flag: display date on the message bar
  lCLOCK                Flag: display date on the message bar
  lKBD                  Flag: display Keyboard state on the message bar
  lINSET                Flag: display Items in a 3D box
  oDATE                 Timerobject that refreshes the Date display         
  oTIME                 Timerobject that refreshes the Time display
  oKBD                  Timerobject that refreshes the KeyState Display
  oFONTCLOCK            FontObject used to display the time string            
  oFONTDATE             FontObject used to display the date string    
  oFONTKEYB             FontObject used to display the Keyboard state
  aITEM                 Array that holds the message bar items
  nCLRFORE              text color of the message bar   
  nCLRBACK              Background color of the message bar
 
 METHODS

  NEW                   TMSGBAR Constructor
  ADDITEM               Adds a new item to the message bar
  DELITEM               Remove message item from the message bar
  ADJUST                adjust Message bar to the window
  CLOCKON               install a clock segment in the message bar
  CLOCKOFF              remove the clock display from the message bar
  DATEON                install a date segment in the message bar
  DATEOFF               remove the date display from the message bar
  DEFAULT               Initialize the object with default values
  DESTROY               message bar destructor
  GETITEM               Get the number of message bar items
  HEIGHT                return 23 as the height of the message bar in pixel
  KEYBON                install a keyboard segment in the message bar
  KEYBOFF               remove the keyboard display from the message bar
  PAINT                 internal painting method
  REFRESH               forces the message bar to repaint
  SETMSG                changes the message bar text
  SHOWMSGBAR            Virtual method 
  LBUTTONDOWN           left MouseButton is clicked over the message bar

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