ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
zipOpen (Function)
Opens an existing archive.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
iEndReport (Function)
Forces the report print to stop.
BTLECharacteristicReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
HState (Function)
Used to find out the state of a record.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.