ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Kanban control events
The following events are associated with Kanban controls......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
ThreadCurrent (Function)
Returns the name of the thread currently run.
1. Managing emails
WINDEV includes multiple methods to manage emails...
ChangeTarget (Function)
Changes the target of a button action.
PreviousPage (Function)
Returns the name of the previous page.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
SOAP functions
List of SOAP functions...
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
Input (Function)
Displays a message allowing the user to type an information.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
The Dashboard control
Dashboards are essential elements in an application......
Sort (Function)
Sorts a WLanguage array.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
SocketRead (Function)
Retrieves a message sent by another socket.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Switch control properties