ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
RTFReplace (Function)
Replaces or inserts a character string in an RTF control (found in a window or in a report) or in a string in RTF (containing a text in RTF).
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....