ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RGB (Function)
Defines a color from its Red, Green and Blue components.
DateToInteger (Function)
Converts a date to an integer.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
apExecute (Function)
Runs an action plan.
tapiCallEnd (Function)
Returns the date and time of the end of call.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
GglAnalyticsAddException (Function)
Adds an exception beside Google Analytics.
HDeleteTrigger (Function)
Deletes a trigger.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).