ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Charact (Function)
Returns the character corresponding to the specified ASCII code.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Using WDDIXIO
To translate the text used in your project:...
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
FirstDayOfMonth (Function)
Returns the first day of the month.
Contains (Function)
Allows you to check if a substring is within a string.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Euro constants
List of constants used by the functions for managing the Euro....
Asc (Function)
Returns the ASCII code of the specified character.
EventDestroy (Function)
Explicitly destroys an event.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Configuring the SOAP administrator
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.