ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCopyFile (Function)
Copies one or more files (regardless of their attributes).
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
Version (Property)
The Version property gets and sets the version of an element.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
zipChangePath (Example)
Usage example of the zipChangePath function
grInfoXY (Function)
Returns information about the series found at a specific chart point.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Runtime error functions
List of functions for managing runtime errors...
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static Text control found in a window. of a Static Text control found in a report....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.