ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Switch control
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
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.
DnDCursor (Example)
Usage example of the DnDCursor function
Image (Property)
The Image property gets and sets the background image of a control or block.
PDF Reader control events
MatRead (Function)
Reads the value of a matrix element.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
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.
SocketWrite (Function)
Writes a message intended to another socket.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
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.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
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....