ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing projects
List of constants used by the functions for managing projects....
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
HRead (Function)
Reads a record in a file according to a given record number.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
fCreate (Function)
Creates an external file.
Popup window
WINDEV allows you to open windows in popup format......
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
Constants for the archiving functions
List of constants used by the archiving functions....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
HState (Function)
Used to find out the state of a record.
Space (External language)
Fills the content of WdString with space characters on the right.
HNext (Function)
Sets the position on the next data file record according to a browse item.
GetDefinition (Function)
Retrieves the definition of element type.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.