ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
WordCount (Function)
Returns the number of words in a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
WordToArray (Function)
Fills an array with the words from a string.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
FirstDayOfMonth (Function)
Returns the first day of the month.
Color (Property)
The Color property gets or sets the font color of: a Font variable. text displayed in a Static or Calculated control of a report. text displayed in a window control. text displayed in a page control....
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
ChronoReset (Function)
Stops and resets a running stopwatch.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Push (Function)
Pushes an element onto the stack.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Enqueue (Function)
Adds an element to the queue.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....