ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
Font management functions
List of functions for managing fonts...
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
MemDelete (Function)
Deletes an element from a memory zone.
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Decrypt (Example)
Usage example of the Decrypt function
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Maximize (Function)
Displays a WINDEV window in its maximum size.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.