ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
ServicePause (Function)
Pauses a service.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
fChangeSize (Function)
Resizes an external file.
Materialized view
Constants for managing Map controls
Constants for managing Map controls...
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
Sound (Function)
Plays a sound in WAV format.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SocketConnect (Function)
Connects a client computer to a given socket.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.