ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
EndProgram (Function)
Ends the execution of the current program.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Operations performed on object diagrams
The following paragraphs explain......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
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.
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Push notification
A mobile device can receive push notifications......
HTTPRequest (Function)
Starts an HTTP request on a server.
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.