ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SocketClose (Function)
Closes a socket or a connection to a server socket.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Materialized view
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
Error (Function)
Displays a custom error message in a system error window.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Socket management functions
List of functions for managing sockets...
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
Events associated with framesets
List of events associated with framesets...
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
FTPCommand (Function)
Sends a specific FTP command to a server.
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
fFileName (Function)
Returns the name of an external file currently open.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property