ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
DotNetRun (Function)
Runs a procedure on a .Net server.
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
Open (External language)
Opens a window.
Table,Insert (External language)
Inserts an element into a table at a given position.
.NET Assemblies
.NET is Microsoft's software development platform......
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.