ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
ThreadPersistent (Function)
Makes a thread persistent.
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
14. Managing the "Back" button in practice
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
StatVariance (Function)
Calculates the variance for a series of values.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Automation object
The Automation keyword is used to declare an automation object...
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
List Box control properties
You can manipulate List Box controls in a window or page using the following WLanguage properties......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Reduce (Function)
Applies a computation to each element of a WLanguage array.
fCreate (Function)
Creates an external file.
Query editor: Characteristics
13. Generation modes
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....