ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<Source>.ListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
Supercontrol
A supercontrol is an advanced type of control......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
WLanguage procedure called by OpenDocument
WLanguage procedure ("callback") called by OuvreDocument after the edit window is closed. This procedure can be a local, global or internal procedure.
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)......
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
RTFReplace (Function)
Replaces or inserts a character string in an RTF control (found in a window or in a report) or in a string in RTF (containing a text in RTF).