ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<Connection variable>.RegenerateFile (Function)
Regenerates a table from its log.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
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....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
MultimediaStatus (Function)
Indicates the status of the media file played in the Multimedia control.
MultimediaVolume (Function)
Returns or modifies the sound volume of the media file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
LoWord (Function)
Returns the two low bytes of an integer.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
HiWord (Function)
Returns the two high bytes of an integer.
MatExist (Function)
Checks the whether the matrix exists in memory.
BrowserType (Function)
Returns the type of browser used by the Web user.