ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
SocketProxy (Function)
Specifies whether TCP sockets and WebSockets must go through a SOCKS5 proxy to execute requests.
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Query
The keyword "Query" is used to describe:
FileSize (Property)
The FileSize property is used to get the size of a file.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
Sum (Function)
Calculates the sum of the array elements.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
LOOP statement
The statement block is repeated endlessly...
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....