ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
ArraySort (Function)
Sorts a WLanguage array.
DateToDay (Function)
Returns the day that corresponds to a given date.
Logical operators
The logical operators are as follows......
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
CurrentYear (Function)
Returns the current year in integer format.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
RGB (Function)
Defines a color from its Red, Green and Blue components.
ThreadCurrent (Function)
Returns the name of the thread currently run.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
SysYRes (Function)
Returns the vertical screen resolution.
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, ...).
ThreadState (Function)
Returns the current status of a thread.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....