ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
2. Creating tables in the database schema
WINDEV Tutorial: Creating a WINDEV project and its database schema Lesson 2 - Creating tables in the database schema - 40 min
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
DateTimeDifference (Function)
Calculates the difference between two dates and times.
zipExist (Function)
Used to find out whether an archive exists.
SocketExist (Function)
Checks the existence of socket.
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fClose (Function)
Closes an external file.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.