ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
Events associated with a Switch control
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).
PDF Reader control events
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.
InitRandom (Function)
Initializes the generator of random numbers.
Random (Function)
Returns a random number.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
MatExist (Function)
Checks the whether the matrix exists in memory.