ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
.NET object
To access a class......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
SocketConnect (Function)
Connects a client computer to a given socket.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
Setup directory
The setup wizard allows you to configure the setup directory of application....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.