ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CurrentMonth (Function)
Returns the number of the current month.
CurrentYear (Function)
Returns the current year in integer format.
StringReverse (Function)
Reverses the characters of a string.
ThreadState (Function)
Returns the current status of a thread.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Contains (Function)
Allows you to check if a substring is within a string.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
EventDestroy (Function)
Explicitly destroys an event.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
Max (Function)
Returns the greatest value passed as parameter.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Factorial (Function)
Returns the factorial of an integer number.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
UUDecode (Function)
Decodes a character string in UUEncode format.
InJavaMode (Function)
Indicates whether the code is run in Java.
WordToArray (Function)
Fills an array with the words from a string.
ThreadCurrent (Function)
Returns the name of the thread currently run.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
DateToDay (Function)
Returns the day that corresponds to a given date.