ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
FTPCommand (Function)
Sends a specific FTP command to a server.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
EventOpen (Function)
Opens a synchronization event between several threads.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
HInfoLog (Function)
Returns information about the server logs.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
ThreadMode (Function)
Changes the management mode of threads.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.