ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The OLE control
The OLE control is used to handle an OLE object...
<Chart>.Scatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
grScatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
Translating a text file with WDTRAD
Telemetry: Main features
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HOpenConnection (Example)
Usage example of the HOpenConnection function
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
HChangeConnection (Example)
Usage example of the HChangeConnection function
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
SQLTransaction (Example)
Usage example of the SQLTransaction function
HOut (Example)
Usage example of the HOut function
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
HDescribeConnection (Function)
Describes a new connection to an external database.
HOpenConnection (Function)
Opens a connection to a specific database.
HReadSeek (Example)
Usage example of the HReadSeek function
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function