ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
HFilter (Function)
Defines and enables a filter on a table, view or query.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS web service.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Database schema description window
The database schema description window includes all the characteristics and options of the current database schema......
Find/Replace in the current project
The "Find/Replace" feature is used to......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
ErrorThrow (Function)
Throw a non-fatal error.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Internal component description
The description of an internal component can opened at any time......
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
API (Function)
Runs a function found in an external DLL.
SocketConnect (Function)
Connects a client computer to a given socket.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.