ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipSplit (Function)
Splits an archive into several sub-archives of a given size.
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
PDFReaderSeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
EmailReadPrevious (Example)
Usage example of the EmailReadPrevious function
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
SNMPCloseSession (Function)
Closes an SNMP session.
SysIconDelete (Function)
Deletes an icon from the taskbar (next to the clock).
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
Palette (Type of variable)
The Palette type is used to define the advanced characteristics of a color palette.
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Apply (Function)
Executes a procedure for each element of a WLanguage array.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
CookieWrite (Example)
Usage example of the CookieWrite function