ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
grImageSize (Function)
Defines the size of the image containing the chart.
FileDisplay (Example)
Usage example of the FileDisplay function
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
ComponentInfo (Function)
Returns information about a component.
Table,Delete (External language)
Deletes an element from a Table control.
HReadLast (Example)
Usage example of the HReadLast function
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
LinkedKey (Property)
The LinkedKey property sets the characteristics of a link.
SysIconAdd (Example)
Usage example of the SysIconAdd function
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
DisplayModeAutoWhenLoading (Property)
The DisplayModeAutoWhenLoading property is used to determine and change the display mode when loading a PDF document.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
HReadSeek (Example)
Usage example of the HReadSeek function