ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
13. Print: Reports
WINDEV reports...
Input (Function)
Displays a message allowing the user to type an information.
Functions for managing the Combinations and Enumerations
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
ErrorBuild (Function)
Displays a custom error message in a system error window.
Valid (Property)
The Valid property is used to determine if an element is valid.
ControlClone (Function)
Creates a new control from an existing control.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
zipSelectFile (Function)
Selects files from an archive.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......