ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
ReplicationDirectory (Property)
The ReplicationDirectory property is used to manage the directory of replication files (".RPL" or ".RPM").
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
AdjustmentMode (Property)
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted in a report.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.