ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Configuration of Apache 2.4 server
WEBDEV Development: Configuring the Apache 2.4.x server for the CGI protocol and WEBDEV sites....
7. HFSQL: files physically created
FTPAttribute (Function)
Identifies the attributes of a file located on an FTP server (File Transfer Protocol).
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
The Image Editor control (WEBDEV)
The Image Editor control lets users create and edit images or photos in a website......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
<Map>.GetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
XML management: Use example
This application example manages an XML file named "Orders......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
Printing nested reports
To create a main report containing several secondary reports:...