ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
StreamInfo (Function)
Returns the name and/or number of the stream issuer....
Calling a procedure/a function
Syntax for calling a local or global procedure.
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
tapiCallEnd (Function)
Returns the date and time of the end of call.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Functions for managing menus (prefix syntax)
List of functions for managing menus...
DocClose (Function)
Closes a docx file and frees the document.
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Invalid input management functions
Invalid input management functions...
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).