ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadCurrent (Function)
Returns the name of the thread currently run.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
InJavaMode (Function)
Indicates whether the code is run in Java.
StringBuild (Function)
Builds a character string from an initial string and parameters.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
WordToArray (Function)
Fills an array with the words from a string.
Creating an executable: General options
The main executable options are as follows......
Animating a Static control
Two methods can be used to animate a Static control......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
TimeValid (Function)
Checks the time validity.
DurationToString (Function)
Converts a duration to a character string in the specified format.
DateToDay (Function)
Returns the day that corresponds to a given date.
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....