| 
                Options | 
                Name | 
                Purpose | 
            
            
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.Point  AbsolutePositionOnWindow (handle)
    
   | 
  
     Returns the absolute position of a Widget in a Window     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           AbsolutePositionOnWindow (handle, integer, integer)
    
   | 
  
     Returns the absolute position of a Widget in a Window     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           AddCalendarPopups (handle, Control, integer, integer)
    
   | 
  
     Overlays widgets of the given type with .NET Controls of the
         given type (i.e. BUTTON Widget -> UltraButton Control).     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  CanFindWidgetOfType (handle, character)
    
   | 
  
     Returns true when a widget of the provided type existis in the frame     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  CanFindWidgetsBelowHeight (handle, integer)
    
   | 
  
     Returns true when a widget existis below the given pixel (row)     
   | 
  | 
   | 
  
    -
    
    
   | 
  
    
           ClickHandler (Object, EventArgs)
    
   | 
  
     Event handler for the Click event of UltraButton Controls created
         by ReplaceWidget     
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           ClosePopup ()
    
   | 
  
     Closes the active PopupControlContainer component     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         INTEGER  Count (handle)
    
   | 
  
     Returns the number of widget handles in the given widget chain     
   | 
  | 
   | 
  
    -
    
    
   | 
  
    
           DateLeaveHandler (Object, EventArgs)
    
   | 
  
     Event handler for the Leave event of the Date Popup's     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           DatePopup (Control)
    
   | 
  
     Opens the date picker popup     
   | 
  | 
   | 
  
    -
    
    
   | 
  
    
           DatePopupClickHandler (Object, EventArgs)
    
   | 
  
     Event handler for the Click handler of the DatePopup Buttons     
   | 
  | 
   | 
  
    -
    
    
   | 
  
    
           DatePopupDateChangedHandler (Object, EventArgs)
    
   | 
  
     Event handler for the Changed event of the Date Popup Control     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FilterByPrivateData (character, FilterByPrivateDataOperatorEnum, character)
    
   | 
  
     Filters a list of widget handle by the private data     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FindAllFrames (handle)
    
   | 
  
     Returns a comma delimited list of all Frames in a parent     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FindAllVisibleFrames (handle)
    
   | 
  
     Returns a comma delimited list of all visible Frames in a parent     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FindAllWidgetsOfType (handle, character)
    
   | 
  
     Returns a comma delimited list of all Widgets in a parent of a
         given type     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FindAllWidgetsOfTypeAndPrivateData (handle, character, character)
    
   | 
  
     Returns a comma delimited list of all Widgets in a parent of a
         given type with the given PRIVATE-DATA value     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FindAllWidgetsOfTypeRecursive (handle, character)
    
   | 
  
     Returns a comma delimited list of all Widgets in a parent of a
         given type     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindBottomMostWidgetNotOfType (handle, character)
    
   | 
  
     Searches the Widget Tree of the bottom most widget not of the given
         type     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindBottomMostWidgetOfType (handle, character)
    
   | 
  
     Searches the Widget Tree frame for the bottom-most widget of the
         given Type     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Drawing.Point  FindBottomRightMostPointInWindow (handle)
    
   | 
  
     Determines the bottom right most used point in a Window     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Drawing.Point  FindBottomRightMostPointInWindow (handle, character)
    
   | 
  
     Determines the bottom right most used point in a Window     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Drawing.Point  FindBottomRightMostPointInWindow (handle, character, character)
    
   | 
  
     Determines the bottom right most used point in a Window     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindChildWidgetByName (handle, character)
    
   | 
  
     Searches for a Widget with the given name in the Parents (Frame or
         Window) widget tree     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindChildWidgetByScreenValueAndType (handle, character, character)
    
   | 
  
     Searches for a the first Widget of the given SCREEN-VALUE in the
         Parents (Frame or Window) widget tree     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindChildWidgetOfType (handle, character)
    
   | 
  
     Searches for a the first Widget of a TYPE in the given list of types
         in the Parents (Frame or Window) widget tree     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FindChildWidgetsByName (handle, character)
    
   | 
  
     Searches for all Widget with the given names in the Parents (Frame or
         Window) widget tree, the WidgetNames are space delimited, so that this
         function is compatible with AppBuilder generated lists     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Windows.Forms.Control  FindControlForWidget (Control, handle)
    
   | 
  
     Returns the reference to the .NET Controlt that is associated with
         the passed in widget handle (using the Tag property of the .NET
         Control)     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FindFramesWithinRectangle (handle)
    
   | 
  
     Locates all Frames that are located in the FRAME that contains the
         source rectangle (could be Rectangle, Frame or COM-FRAME)     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Drawing.Point  FindInnerMostPoint (handle)
    
   | 
  
     Returns a System.Drawing.Point with the coordinates of the
         innermost used point     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindLowestWidgetOfType (handle, character, decimal)
    
   | 
  
     Locates the lowest "hangig" widget in a frame that starts at
         a row above the pdeTopLimit and is of a type in the type list.     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Drawing.Point  FindOuterMostPoint (handle)
    
   | 
  
     Returns a System.Drawing.Point with the coordinates of the
         outermost used point - the actual used bottom and right edge of the
         frame contents.     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FindRectanglesSurroundingButtonsOnly (handle)
    
   | 
  
     Returns a comma-delimited list of rectangles the do only surround
         buttons     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Drawing.Point  FindTopLeftMostPointInWindow (handle)
    
   | 
  
     Determines the top left most used point in a Window     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Drawing.Point  FindTopLeftMostPointInWindow (handle, character)
    
   | 
  
     Determines the top left most used point in a Window     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Drawing.Point  FindTopLeftMostPointInWindow (handle, character, character)
    
   | 
  
     Determines the top left most used point in a Window     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindTopMostWidgetNotOfType (handle, character)
    
   | 
  
     Searches the Widget Tree of the top most widget not of the given
         type (accepts a list of types)     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindTopMostWidgetOfType (handle, character)
    
   | 
  
     Searches the Widget Tree frame for the top-most widget of the given Type     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  FindWidgetsInRectangle (handle, character)
    
   | 
  
     Returns a comma-delimited list of all widgets of the given type
          in located within the boundaries of a rectangle (in the same frame)     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindWidgetWithName (character, character)
    
   | 
  
     Locates the Widget handle with the given name based
         on a list of widget handles     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         HANDLE  FindWindow (handle)
    
   | 
  
     Searches the Widget Tree Up for the next Window     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           GetMinSize (handle, integer, integer)
    
   | 
  
     Walks through all widgets in a FRAME (non-recursively) and returns
         the minimum size for the FRAME in pixels     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           HideWidgets (handle, character)
    
   | 
  
     Hides all widgets of the given type in the frame     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           HideWidgets (handle, decimal, character)
    
   | 
  
     Hides all widgets of the given type in the frame     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           LeftAlignWidgetLabels (handle, character, character)
    
   | 
  
     Left aligns the labels of widgets in a Frame     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Drawing.Image  LoadImage (character)
    
   | 
  
     Loads an Image     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         INTEGER  NumChildren (handle)
    
   | 
  
     Returns the number of children of the given Widget     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  OrderWidgetsByColRow (character)
    
   | 
  
     Returns a list of widget handles ordered by col and then row on the
         screen     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  OrderWidgetsByRowCol (character)
    
   | 
  
     Returns a list of widget handles ordered by row and then col on the
         screen     
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           PopulateWidgetTempTable (character)
    
   | 
  
     Populates (fills the     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           RefreshButtons (Control)
    
   | 
  
     Refreshes Buttons based on the ABL widget status (UltraButton / BUTTON)     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Windows.Forms.Control  ReplaceWidget (handle, Control, Type, integer, integer)
    
   | 
  
     Overlays one widget with a .NET Controls of the
         given type (i.e. BUTTON Widget -> UltraButton Control).     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         System.Windows.Forms.Control  ReplaceWidget (handle, Control, Type, integer, integer, logical)
    
   | 
  
     Overlays one widget with a .NET Controls of the
         given type (i.e. BUTTON Widget -> UltraButton Control).     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           ReplaceWidgets (handle, Control, character, Type, integer, integer)
    
   | 
  
     Overlays widgets of the given type with .NET Controls of the
         given type (i.e. BUTTON Widget -> UltraButton Control).     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           ReplaceWidgets (handle, Control, character, Type, integer, integer, logical)
    
   | 
  
     Overlays widgets of the given type with .NET Controls of the
         given type (i.e. BUTTON Widget -> UltraButton Control).     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetBackgroundColor (handle, integer)
    
   | 
  
     Assigns a Background color to a Widget - only when the color is
         different from the current background color     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetFrameBackgroundColor (handle, integer)
    
   | 
  
     Changes the background color of the frame and all contained frames     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetFrameBackgroundColor (handle, integer, integer, integer)
    
   | 
  
     Changes the background color of the frame and all contained frames
         and optionally the browse widgets     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetFrameBackgroundColor (handle, integer, integer, integer, integer)
    
   | 
  
     Changes the background color of the frame and all contained frames
         and optionally the browse widgets     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetFrameBackgroundColor (handle, integer, integer, integer, integer, integer)
    
   | 
  
     Changes the background color of the frame and all contained frames
         and optionally the browse widgets     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetFrameBackgroundColor (handle, integer, integer, integer, integer, integer, integer, integer)
    
   | 
  
     Changes the background color of the frame and all contained frames
         and optionally the browse widgets     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetFrameBackgroundColor (handle, integer, integer, integer, integer, integer, integer, integer, logical)
    
   | 
  
     Changes the background color of the frame and all contained frames
         and optionally the browse widgets     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           SetFrameBackgroundColor (ISetFrameBackgroundColorParameter)
    
   | 
  
     Changes the background color of the frame and all contained frames
         and optionally the browse widgets     
   | 
  | 
   | 
  
    -
    
    
   | 
  
    
           SetFrameBackgroundColorInternal (ISetFrameBackgroundColorParameter)
    
   | 
  
     Changes the background color of the frame and all contained frames
         and optionally the browse widgets     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           ShowWidgetProperties (handle)
    
   | 
  
     Shows a MESSAGE with properties of the widget     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           ShowWidgetProperties (handle, character)
    
   | 
  
     Shows a MESSAGE with properties of the widget     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  SideLabelHandlesInFrame (handle)
    
   | 
  
     Returns a comma delimited list of all the side-label-handles in a FRAME     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  WidgetContainedIn (handle, handle)
    
   | 
  
     Determines if the inner widget is contained within the outer widget     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  WidgetLabel (handle)
    
   | 
  
     Returns a Label of a Widget, the Name - or <invalid> when the Widget
         is not valid     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  WidgetName (handle)
    
   | 
  
     Returns the Name of a Widget - or <invalid> when the Widget is not
         valid     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  WidgetNames (character)
    
   | 
  
     Returns the Names of a list of Widgets - or <invalid> when an entry
         is not valid     
   |