ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
ProjectInfo (Function)
Returns specific information about the project currently run.
dDisplay (Function)
Displays the drawing in the Image control.
Phone management functions
List of functions for phone management...
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
ReplicInfo (Function)
Returns information about a replication.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).