ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DateToDay (Function)
Returns the day that corresponds to a given date.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
TimeValid (Function)
Checks the time validity.
CurrentMonth (Function)
Returns the number of the current month.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
InPHPMode (Function)
Indicates whether the code is run in PHP.
ThreadCurrent (Function)
Returns the name of the thread currently run.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
MyParent (Reserved word)
MyParent is used to handle...
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
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.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
CurrentYear (Function)
Returns the current year in integer format.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.