ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Social Network control properties
A Social Network control can be handled in a page by the following WLanguage properties......
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
SilverLight control properties
List of properties associated with the SilverLight control...
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Internal Page properties
List of WLanguage properties associated with Internal Page controls...
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
System constants
List of constants used by the system functions....
Find/Replace in the current project
The "Find/Replace" feature is used to......
Image control in a page