ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming custom calculations in Table controls
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Find/Replace in the current project
The "Find/Replace" feature is used to......
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SchedulerListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
CtInitialCatalog (Property)
The CtInitialCatalog property is used to get the default database defined for the access.
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
tapiCallEnd (Function)
Returns the date and time of the end of call.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......