[^^Up^^] [Menu] [About The Guide]
 TWINDOW                The Main base class

 FRIEND FUNCTIONS

  nWINDOWS              Returns the number of open windows
  GETALLWIN             Returns the window list array
  SETWNDDEFAULT         Sets a default window
  GETWNDDEFAULT         Gets a default window
  SETDROPINFO           assign a dropinfo cargo var
  GETDROPINFO           get and release the dropinfo cargo var

 CLASS VARS

  aEVENTS               Contains verbose windows event receivers
  aPROPERTIES           Contains verbose Windows Properties
  lREGISTERED           Flag: Class is Registered
  omITEMSELECT          Currently selected Menu Item

 INSTANCE VARS

  aCONTROLS             Array holding all control Objects of the Window
  aMINMAXINFO           Array holding Min/Max Size of the Window
  bCOMMNOTIFY           Block evals on COM-Event
  bDDEEXECUTE           Block evals on DDE-Execution
  bDDEINIT              Block evals on DDE-Initialisation
  bDROPFILES            Block evals when files are dragged & dropped
  bDROPOVER             Block evals when files are dropped over a control
  bGOTFOCUS             Block evals when Window receives Focus
  bINIT                 Block evals when Window is initialized
  bKEYCHAR              Block evals when a noncontrol key is pressed
  bKEYDOWN              Block evals when a nonsytem key is pressed
  bLBUTTONUP            Block evals when left MouseButton is released
  bLCLICKED             Block evals when left MouseButton is clicked
  bLDBLCLICK            Block evals when left MouseButton is DoubleClicked
  bMBUTTONDOWN          Block evals when middle MouseButton is Clicked
  bMBUTTONUP            Block evals when middle MouseButton is released
  bRBUTTONUP            Block evals when right MouseButton is released
  bRCLICKED             Block evals when right MouseButton is clicked
  bLOSTFOCUS            Block evals when Window looses its Focus
  bMENUSELECT           Block evals when menuitem is selected
  bMMOVED               Block evals when the mouse is moved
  bMOVED                Block evals when the window is moved
  bPAINTED              Block evals when the window is painted
  bRESIZED              Block evals when the window is resized
  bVALID                Block evals when the window is closing
  bWHEN                 Block evals when the window is opening
  bUNZIP                Block evals when the window recives UNZIP Message
  CARGO                 Cargo Var for your own use
  cCAPTION              hosts the title of our Window
  cMSG                  default text on our message bar
  cPS                   holds windows PAINTSTRUCT while painting
  cTOOLTIP              Tooltip message
  cVARNAME              Name of a Variable
  hCTLFOCUS             handle of the child control with focus
  hDC                   handle of Windows Device Context
  hDROP                 handle of Windows Dropfile Structure
  hWND                  handle of our Window
  lACTIVE               Flag: Window is active
  lCANCEL               Flag: No validation on exit
  lFOCUSED              Flag: Window has input focus
  lVALIDATING           Flag: Window is in validation process
  lVBX                  Flag: Window hosts VBX controls
  lVISIBLE              Flag: Window is visbile
  nTOP/nL/nB/nRIGHT     Window coordinates
  nCHRHEIGTH            Standard character height of the window
  nCHRWIDTH             Standard character width of the window
  nCLRPANE              Windows background color
  nCLRTEXT              Windows foreground color
  nHELPID               windows help topic identifier
  nID                   Controls numeric identifier
  nLASTKEY              Last key numeric identifier
  nOLDPROC              Ptr to original Window procedure before subclassing
  nPAINTCOUNT           Counter for BeginPaint/EndPaint structures
  nRESULT               Exit code of the last Activation
  nSTYLE                numeric value describing the window's style
  nTOOLTIP              numeric Timer value before Tooltip pops up
  oBAR                  Reference to the attached button bar object
  oTOP/oL/oB/oR/oCLIENT Controls windows object
  oBRUSH                Reference to the attached brush object
  oCTLFOCUS             Reference to the control object that has focus
  oCURSOR               Reference to the cursor object of the window
  oDRAGCURSOR           Reference to the drag&drop cursor object
  oFONT                 Reference to the windows default font object
  oHSCROLL              Reference to the horizontal scrollbar object
  oVSCROLL              Reference to the vertical scrollbar object
  oICON                 Reference to the windows icon object
  oMENU                 Reference to the windows menu object
  oMSGBAR               Reference to the windows message bar object
  oPOPUP                Reference to the object of a temparary popup window
  oSYSMENU              Reference to the sysmenu object
  oWND                  Reference to the parent window object

 METHODS:

  ACTIVATE              Activate the Window
  ADDCONTROL            Attach a control to the Window
  AEVALWHEN             Checks WHEN clause of all controls on ::activate
  BEGINPAINT            Prepares the window for painting
  BOX                   Draws a box on the window
  CAPTURE               Capture Mouse activity
  CENTER                Centers window on the screen
  CGENPRG               IDE Support method: create window code
  CHECKTOOLTIP          Tooltip support
  CIRCLE                Paint a circle on the Window
  CLOSE                 dVirtual Message without code
  COMMAND               Processes a WM_COMMAND message
  COMMNOTIFY            Processes a WM_COMMNOTIFY message
  COORSUPDATE           Update coordinate vars of the window
  COPY                  Copies the windows image to the clipboard
  CREATE                Creates a new window ( API )
  CTITLE                SetGets the window title string
  CTLCOLOR              Set control color
  DDEACK                Acknowledge DDE request
  DDEEXECUTE            Exectus a DDE command
  DDEINITIATE           Initiates a DDE session
  DDETERMINATE          Terminates a DDE session
  DESTROY               Window destructor
  DISABLE               disable the window
  DRAWITEM              draws a owner-drawn control
  DROPFILES             drop file handler
  DROPOVER              handle files dropped over a control
  ENABLE                Enables Window activity
  END                   Closes Window and ends activities
  ENDPAINT              Stops painting to the window
  ERASEBKGND            Erases the background of the window
  EVECOUNT              Return number of eventslots
  EVENT                 Return special eventslot
  FLOODFILL             Fill area with color
  GETCLIRECT            Returns tRect object with client area coordinates
  GETDC                 Returns current hDC or creates a new one
  GETDLGCODE            Virtual method with no code
  GETFONT               Get windows font
  GETMINMAXINFO         Get/Set MinMaxInfo Array
  GETRECT               Return tRect object with window coordinates
  GETTEXT               Return the caption/title
  GETWIDTH              Return the length of a string/char in pixel
  GONEXTCTRL            Set focus to the next control in a window
  GOPREVCTRL            Set focus to the previous control in a window
  GOTFOCUS              called when the windows gets input focus
  GOTOP                 brings child window on top of the windowstack
  HANDLEEVENT           generic eventhandler of our window
  HARDCOPY              Prints the windows image
  HELPF1                called by pressing F1 on an open Menu
  HELPTOPIC             calls Windows help with a helpID
  HIDE                  hides a window
  HSCROLL               horizontal scrollbar event dispatcher
  ICONIZE               iconize a window
  INSPECT               virtual method not implemented yet
  KEYCHAR               dispatcher for pressed char keys
  KEYDOWN               dispatcher for pressed keys
  KILLFOCUS|LOSTFOCUS   remove Focus from the window
  LBUTTONDOWN           left mouse button is down
  LBUTTONUP             left mouse button released
  LDBLCLICK             left mouse button doubleClicked
  LINE                  draw a line on the window
  LINK                  connect window object to windows API
  lWHEN                 Evaluates the bWhen action block
  LVALID                check valid condition of the window
  MAXIMIZE              maximize a window
  MBUTTONDOWN           middle mouse button is down
  MBUTTONUP             middle mouse button released
  MEASUREITEM           measure the size of a control
  MENUSELECT            called when a menuitem is selected
  MINIMIZE              minimizes a window
  MOUSEMOVE             called when the mouse is moved over the window
  MOVE                  moves the window
  NCACTIVATE            change NonClient enabled/disabled view
  NCMOUSEMOVE           Cursor is moved within the nonClient area
  NEW                   TWindow constructor
  NGETCHRHEIGHT         return the height of the window font in pixel
  NHEIGHT               SetGets the height of the window
  NWIDTH                SetGets the width of the window
  NHORZRES              returns the horizontal resolution in pixels
  NVERTRES              returns the vertikal resolution in pixels
  NORMAL                sizes the window to its original size
  PAINT                 internal painting method
  PALETTECHANGED        internal painting method
  POSTMSG               posts a message in the window's message queue
  PRINT                 Prints the window
  PROPCOUNT             Return number of windows properties
  PROPERTY              Return a properties name
  QUERYDRAGICON         Returns an Icon for draging
  QUERYENDSESSION       eventhandler for exit request
  QUERYNEWPALETTE       Sets a new palette
  RBUTTONDOWN           right mouse button is down
  RBUTTONUP             right mouse button released
  REFRESH               forces the window to repaint
  REGISTER              register a new window class
  RELEASEDC             release a device context
  RESIZE                adjust a window after resizing it
  SAY                   output text to the window
  SAYBITMAP             paint a bitmap to the window
  SAYRECT               output text within a defined area
  SELCOLOR              choose color from the color select box
  SELFONT               choose font from the font select box
  SENDMSG               Send a windows message
  SETBRUSH              changes the windows brush
  SETCOLOR              changes the windows color and brush
  SETCOORS              changes the windows coordinates
  SETFOCUS              gives the focus to a window
  SETFONT               changes the windows font
  SETMENU               changes the windows menu
  SETMSG                changes the windows messageline
  SETPIXEL              draw a pixel on the window
  SETSIZE               change the windows size
  SETTEXT               change the windows caption
  SHOW                  shows the window
  SHOWTOOLTIP           shows a tooltip
  SYSCOMMAND            Processes WM_SYSCOMMAND messages
  TIMER                 change the windows caption
  UNLINK                disconnect window object from windows API
  UNZIP                 evaluates unzip block
  UPDATE                refresh the windows controls
  VBXFIREEVENT          called when a VBX event was triggered
  VSCROLL               vertical scrollbar event dispatcher

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