ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
LOOP statement
The statement block is repeated endlessly...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
fChangeSize (Function)
Resizes an external file.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
EventCreate (Function)
Creates an event.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
ArrayMoveLine (Function)
Allows: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
ExceptionPropagate (Function)
Propagates an exception.
Automatic modification of tables: new date format
Starting with WINDEV 7 and WEBDEV 7 version 149new date and time formats are available in Hyper File queues......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
WordCount (Function)
Returns the number of words in a string.
Power (Function)
Raise a number to a power.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
Fixed array (Variable type)
A fixed array is an "advanced" type of array...
Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)......
zipOpen (Example)
Usage example of the zipOpen function
gImage (Function)
Builds a sequence of characters containing an image.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.