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...
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Modulo (Reserved word)
Returns the remainder of a division.
IsOdd (Function)
Identifies an odd number.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
IsEven (Function)
Identifies an even number.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
fFileExist (Function)
Checks the existence of an external file.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
HCheckStructure (Function)
Defines the mode for comparing data files.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
InJavaMode (Function)
Indicates whether the code is run in Java.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.