ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the query result
The result of a select query can be used in......
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Different types of data (Type of variable)
A variable is defined by name and type......
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
24. Displaying and linking pages
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Guided tour management constants
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
ChangeAction (Example)
Usage example of ChangeAction
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
fOpen (Example)
Usage example of the fOpen function