ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Android Widget windows
An Android application can contain one or more Widget windows...
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets...
Widget functions
Les bulles d'aide permettent d'aider rapidement l'utilisateur dans vos applications...
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
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....
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Source (Property)
The Source property is used to get and change the source of an element.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
CurrentMonth (Function)
Returns the number of the current month.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Decode (Function)
Decodes a character string that was encoded by Encode.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.