ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Functions for managing Check Box controls (prefix syntax)
The following functions are used to manage Check Box controls via prefix syntax:
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Error 1007: The member is global: use the: operator: to access it
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Creating a window skin template
<Source>.ImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install......
<Chart>.AxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
WavInit (External language)
Initializes the sound interpreter.
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
2. Deploying a static site or a PHP site
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
WDHFDiff - Use
WDHFDiff is used to compare......
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).