ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
Kanban control functions (prefix syntax)
The following functions handle Kanban controls......
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
StringToJSON (Function)
Converts a JSON string into a JSON variable.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
diffApply (Function)
Applies a difference buffer to a specific buffer.
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
FileDisplay (Function)
Displays a file in the browser of Web user.
SaaSAdminModifyService (Function)
Modifies a SaaS service.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....