ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
HStatDate (Function)
Returns the date of the last update for the index statistics.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
LanguageToName (Function)
Returns the name of a language.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
InServiceMode (Function)
Indicates whether the code is run in a service.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
Source (Property)
The Source property is used to get and change the source of an element.
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
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....
CurrentMonth (Function)
Returns the number of the current month.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.