ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Check Box control
A Check Box can correspond to......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
1. Testing a site: Elements to be tested
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Items used in a select query
A query created in the query editor can contain several types of items......
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....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
The Organizer control
The Organizer control is used to display and handle organizers......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.