ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ErrorBuild (Function)
Displays a custom error message in a system error window.
Enqueue (Function)
Adds an element to the queue.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Version (Property)
The Version property gets and sets the version of an element.
<ANSI string>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
JSONValid (Function)
Checks the validity of a JSON string.
HTTPCreateForm (Function)
Creates an HTTP form.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
HTTPRequest (Function)
Starts an HTTP request on a server.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
Push (Function)
Pushes an element onto the stack.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
zipChangePath (Example)
Usage example of the zipChangePath function
SQLTransaction (Example)
Usage example of the SQLTransaction function
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....