ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
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...
Calling a procedure/a function
Syntax for calling a local or global procedure.
iBorder (Example)
Usage example of the iBorder function
BTLECharacteristicChangeOfValue (Function)
Enables or disables detection of changes in the value of a Bluetooth Low Energy characteristic.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
InitParameter (Function)
Initializes the management of persistent values.
ControlClone (Function)
Creates a new control from an existing control.
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
ThreadExecute (Function)
Starts the execution of a secondary thread.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
BTLEDescriptorReadValue (Function)
Reads the value of a descriptor on a Bluetooth Low Energy device.
BTLEDescriptorWriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
gpwAddUser (Function)
Adds a user to the User Groupware database.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
zipListFile (Function)
Returns the list of files found in an archive.
<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
zipCreate (Function)
Creates an archive.