ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
gpwMode (Function)
Returns the runtime mode of the User Groupware.
mlSaveWorkspace (Function)
Saves the session workspace in a MATLAB file.
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
mlListVariable (Function)
Lists the variables found in the MATLAB session.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
grDeleteSeries (Function)
Deletes a data series from a chart.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
mlLoadWorkspace (Function)
Loads all the variables of a MATLAB file in the session.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Iconize (Function)
Minimizes a WINDEV window.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....