ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
9. Sharing a project in practice
Sharing a project in practice...
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
Various WEBDEV constants
Various WEBDEV constants...
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Defining a help window template
WINDEV allows you to create help window templates......
OpenMobileWindow (Function)
Opens a window in a mobile application.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
Events associated with a Spreadsheet control
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Using .NET assemblies in a project
To use .NET assemblies in a project......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Find/Replace in the current project
The "Find/Replace" feature is used to......