ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Push (Function)
Pushes an element onto the stack.
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.
StringReverse (Function)
Reverses the characters of a string.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Enqueue (Function)
Adds an element to the queue.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
FirstDayOfMonth (Function)
Returns the first day of the month.
Contains (Function)
Allows you to check if a substring is within a string.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.