ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
BurnerSave (Example)
Usage example of the BurnerSave function
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
ToastDisplay (Function)
Displays a "Toast" message.
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......
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
.NET application
To create a.NET application from a project......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
WDScript: use in command-line and console mode
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Handling report blocks
The different operations available on report blocks are as follows......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Programming custom calculations in Table controls
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control