ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
emailHeader (Variable type)
The emailHeader type is used to retrieve or define the additional email headers.
gglCoordinate (Variable type)
The gglCoordinate type is used to describe and handle a geographical point on a map...
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
EmailAddFolder (Function)
Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
HExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad).
VolumePhysicalButton (Function)
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
FTPFileExist (Function)
Checks if a given file exists on an FTP server.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL tables.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
Comparison operators
The comparison operators can be divided into several categories......
iParameter (Function)
Retrieves the printer configuration and configures the print.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....