ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Multiline strings
To type character strings over several lines in the code editor...
Extracting the text of the project
The following text can be extracted......
Report controls
Several types of controls can be handled in a report created by the report editor......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
12. Preventing from going back to a page
Custom properties (WLanguage)
A custom property is a code element with two events......
3. WINDEV Mobile: Android, iOS, UWP...
WINDEV Mobile applications can run on the following platforms...
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
Web Camera control events
The following events appear by default in the WEBDEV code editor:
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
The Spin control
A Spin control is used to increase or reduce a value found in a control......
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<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.