ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Configuring the IIS 7/7.5 server
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Telemetry: Main features
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Query and project
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
The planes in WEBDEV
The planes are used to group the controls of an element......
Generating an application for Universal Windows 10 App
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......