ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
InPHPMode (Function)
Indicates whether the code is run in PHP.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
IntegerPart (Function)
Returns the integer part of a number.
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
dFont (Example)
Usage example of the dFont function
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
2. Projects in practice
Discover the main operations that can be performed on a project....
Caption (Property)
The Caption property is used to get and change the text of an element.
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
sfUndeleteResult (Type of variable)
The sfUndeleteResult type is used to find out the result of SFUndelete...
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
ID (Property)
The ID property is used to get and change IDs.