ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CallDLL32 (Function)
Runs a function found in an external DLL.
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
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....
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Constants for managing the Image Editor control
fOpen (Example)
Usage example of the fOpen function
Creating the Table windows of the WINDEV RAD pattern
XMLElementType (Function)
Returns the type of current element (tag or attribute).
Creating the Form windows of a WINDEV RAD pattern
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
ThreadCurrent (Function)
Returns the name of the thread currently run.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
OpenDocument (Function)
Opens a document in a new (modeless) window using the appropriate WINDEV editor (word processor, spreadsheet, PDF reader or image editor).
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
ControlCurrent (Function)
Returns the name of the control currently in edit.
TimeValid (Function)
Checks the time validity.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.