ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
HiWord (Function)
Returns the two high bytes of an integer.
LoWord (Function)
Returns the two low bytes of an integer.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
fRemoveDir (Function)
Deletes a directory from a disk.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Factorial (Function)
Returns the factorial of an integer number.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
fFileExist (Function)
Checks the existence of an external file.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Max (Function)
Returns the greatest value passed as parameter.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
TimeToInteger (Function)
Converts a time to an integer.
LooperDelete (Function)
Deletes a row from a Looper control.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Assignment of RETURN
The return value of the process currently run can be assigned...
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
1
2
3
4
5
6
525
>