ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiline strings
To type character strings over several lines in the code editor...
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<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.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
HListQueryParameter (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.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Internal Page properties
List of WLanguage properties associated with Internal Page controls...
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Static control properties
List of properties associated with a Static control...
Thumbnail control properties
List of properties associated with the Thumbnail control...
Cell control properties
List of properties associated with the Cell control...
TreeView Table control properties
List of properties associated with the TreeView Table control...
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......