ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fOpenTempFile (Function)
Creates and opens a temporary file.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
fDir (Function)
Finds a file or directory.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage user authentication...
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
LOOP statement
The statement block is repeated endlessly...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....