ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HErrorLock (Function)
Used to check whether a lock error occurred.
HCross (Function)
Crosses a record in a data file.
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
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......
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
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......
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
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......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
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).
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......