ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyPage (Reserved word)
MyPage is used to handle the current page...
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
USE IN (transaction)
The USE ... IN statement is used to define the block of operations to be performed in a transaction.
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
HDescribeFile (Function)
Describes a table programmatically.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
ControlExist (Function)
Checks for a control (or group of controls) in a window, page or report.
FTPSize (Function)
Returns the size (in bytes) of a file located on an FTP server (File Transfer Protocol).
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
HTTPRequest (Function)
Starts an HTTP request on a server.
String (Variable type)
The String type is used to manipulate strings......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.