ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExtractLine (Function)
Extracts a specific line from a character string.
dBackground (Example)
Usage example of the dBackground function
fCopyFile (Example)
Usage example of the fCopyFile function
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
HReadLast (Example)
Usage example of the HReadLast function
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
WinOutWidth (Function)
Returns the full width of a window (including the border).
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
HOut (Example)
Usage example of the HOut function
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
zipSplit (Example)
Usage example of the zipSplit function