ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Factorial (Function)
Returns the factorial of an integer number.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
fRemoveDir (Function)
Deletes a directory from a disk.
Image (Property)
The Image property gets and sets the background image of a control or block.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
fFileExist (Function)
Checks the existence of an external file.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
GPSLastPosition (Function)
Retrieves the information about the last known device position.
LooperDelete (Function)
Deletes a row from a Looper control.
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.
Assignment of RETURN
The return value of the process currently run can be assigned...
TimeToInteger (Function)
Converts a time to an integer.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
ThreadPause (Function)
Pauses the current thread during the specified duration.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.