ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
2. Projects in practice
Discover the main operations that can be performed on a project....
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
zipDeleteFile (Function)
Deletes a file from an archive.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
fUncompress (Example)
Usage example of the fUncompress function
HMergeView (Example)
Usage example of the HMergeView function
HChangeName (Example)
Usage example of the HChangeName function
fDelete (Example)
Usage example of the fDelete function
ExtractLine (Function)
Extracts a specific line from a character string.
fClose (Function)
Closes an external file.
mlResetWorkSpace (Function)
Deletes all the variables from the MATLAB session.
mlDeleteVariable (Function)
Deletes a variable from the MATLAB session.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.