ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
Description (Property)
The Description property is used to get and change the description of an element.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
OpenChild (Function)
Opens a non-modal child window.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HFSQL constants
List of constants used by the HFSQL functions....
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
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....
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.