ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fUncompress (Example)
Usage example of the fUncompress function
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.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
zipDeleteFile (Function)
Deletes a file from an archive.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
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.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
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.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.