ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
zipExtractAll (Example)
Usage example of the zipExtractAll function
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
XMLRoot (Function)
Positions on the root tag of an XML document.
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
API (Example)
Usage example of the API function
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
XMLSave (Function)
Saves an XML document in a file.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Min (Function)
Returns the lowest value.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
CallDLL32 (Example)
Usage example of the CallDLL32 function
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
Print functions
List of print functions...
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
Enumeration (Type of variable)
An enumeration is a set of values......