ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatCalculate (Function)
Performs various statistical calculations on the file keys.
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....
Creating a translation file
WDINT allows you to create a translation file....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
dFill (Example)
Usage example of the dFill function
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
EmailCheckAddress (Function)
Checks the validity of an email address.
Detailed use of WINDEV FTP/RPC
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
FTPCommand (Example)
Usage example of the FTPCommand function
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...