ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Materialized view
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
JSONXMLConverter (Variable type)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Associative array (Variable type)
An associative array is an "advanced" type of array...
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).