ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
HOpenConnection (Function)
Opens a connection to a specific database.
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
Defining clickable areas
In a page, an Image control can contain clickable areas......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
zipNbPart (Example)
Usage example of the zipNbPart function
HCloseConnection (Example)
Usage example of the HCloseConenction function
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
StringToJSON (Function)
Converts a JSON string into a JSON variable.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
Handling the report blocks through programming
Each report block is associated with different events......
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....