ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
WINDEV and the SOAP protocol
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
SocketExist (Function)
Checks the existence of socket.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Managing the styles
The help editor allows you to define styles of paragraphs......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
IF statement
The conditional IF statement allows you to run an action according to a condition...