ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
WINDEV and OPC
OPC stands for "OLE for Process Control"......
FTPConnect (Example)
Usage example of the FTPConnect function
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
HPass (Function)
Defines the password used to create or open a data file.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...