ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
DB2 Native Connector: Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the table structure into the database schema......
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
14. Managing the "Back" button in practice
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
Error 120: Redefinition of the structure
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
<Array>.Intersect (Function)
Returns an array corresponding to the intersection of two arrays.
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two tables on the server.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.