ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
grSurfaceAddData (Function)
Adds a data into a Surface chart.
Interactive notification management constants
Interactive notification management constants...
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
HSetREP (Function)
Enables or disables the management of .REP file.
LockAppPassword (Function)
Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn).
LockAppOn (Function)
Locks a WINDEV application.
SysMetric (Function)
Returns the resolution of a specific element.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
dDisplay (Function)
Displays the drawing in the Image control.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Font (Type of variable)
A Font variable creates a font programmatically...
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......