ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
ThreadExecute (Function)
Starts the execution of a secondary thread.
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
HDeleteSchedulingHistory (Function)
Deletes the executions of a scheduled job on an HFSQL server. This job can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
17. Project Management Hub
...Project Management Hub...
13. 3-Tier architecture
Share your projects via Git
Git is a source code manager......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
HTTPSendForm (Function)
Sends an HTTP form.
Assignment operators
Three assignment operators are available......
OrgModify (Function)
Modifies an element in an Organization Chart control.
Materialized view
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
MemcachedIncrement (Function)
Increments the value associated with a key.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.