ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Height (Property)
The Height property is used to get and change the height of an element.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
TreeView constants
List of constants used by the TreeXXX functions...
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Automation object
The Automation keyword is used to declare an automation object...
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
MemSeek (Example)
Usage example of the MemSeek function
Logical operators
The logical operators are as follows......
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
HOpenConnection (Example)
Usage example of the HOpenConnection function