ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
WLanguage procedure called by fTrackDirectory
WLanguage procedure ("callback") called by fTrackDirectory when a change is made to the tracked directory.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
CompactToolbar (Property)
The CompactToolbar property is used to: determine if the window toolbars are compacted. compact (or not) the toolbars....
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
BrowserPlatform (Function)
Returns the user's browser platform....
BrowserType (Function)
Returns the type of browser used by the Web user.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
fResourceDir (Function)
Returns the path of the read-only resources of the application.
FileDisplay (Function)
Displays a file in the browser of Web user.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
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....
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...