ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CalendarSelect (Function)
Returns the date selected in a Calendar control.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Automatic management of exceptions
The management of exceptions can be customized by process......
zipDeleteAll (Function)
Deletes all files from an archive.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
OpenChild (Example)
Usage example of the OpenChild function
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.