ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Input (Function)
Displays a message allowing the user to type an information.
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
SemaphoreCreate (Function)
Creates a semaphore.
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
The different types of windows
The following types of windows can be created in a WINDEV application......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
Programming overview in C and C++
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
zipListFile (Function)
Returns the list of files found in an archive.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....