ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
LooperAdd (Function)
Adds a row at the end of a Looper control.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
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.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
12. External component in practice
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
ListInfo (Function)
Gets the type and number of elements in a WLanguage list. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
SocketConnect (Function)
Connects a client computer to a given socket.
gImage (Function)
Builds a sequence of characters containing an image.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
HAdd (Example)
Usage example of the HAdd function