ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with internal windows
List of events associated with internal windows...
WordToArray (Function)
Fills an array with the words from a string.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
ThreadEnd (Function)
Ends the execution of the current thread.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
UUDecode (Function)
Decodes a character string in UUEncode format.
XMLSavePosition (Function)
Stores the current position in the XML document.
SocketClose (Function)
Closes a socket or a connection to a server socket.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
AppInstallUPD (Function)
Triggers the automatic update of current application.
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
EndProgram (Function)
Ends the execution of the current program.
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
MatCopy (Function)
Creates the copy of a matrix.
MatDelete (Function)
Deletes an existing matrix.
HOpen (Function)
Opens a data file.
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....