ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipExtractPath (Function)
Returns the path of a file found in the archive.
12. Available tests
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
DateToInteger (Function)
Converts a date to an integer.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
The Flexbox control
Flexbox is a standard layout system for web pages......
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
Properties associated with Combo Box controls that display a table
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
iPrintReport (External language)
Prints a report created with the report editor.
zipDeleteFile (Function)
Deletes a file from an archive.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Constants for managing projects
List of constants used by the functions for managing projects....
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
HDescribeFile (Function)
Describes a data file programmatically.
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
HSetLog (Function)
Enables or disables log management on a file.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......