ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Power (Function)
Raise a number to a power.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
ThreadPause (Function)
Pauses the current thread during the specified duration.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
DateToDay (Function)
Returns the day that corresponds to a given date.
TimeValid (Function)
Checks the time validity.
ControlCurrent (Function)
Returns the name of the control currently in edit.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
LooperCount (Function)
Returns the number of rows in a Looper control.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
SensorEnd (Function)
Indicates the end of the use of the sensor functions.
SocketClose (Function)
Closes a socket or a connection to a server socket.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
InPHPMode (Function)
Indicates whether the code is run in PHP.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
IntegerPart (Function)
Returns the integer part of a number.
SocketExist (Function)
Checks the existence of socket.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
fFileName (Function)
Returns the name of an external file that is currently opened.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
1
2
3
4
5
6
290
>