ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
Error 1004: To explicitly access an element of the base class '%1', use the syntax
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
12. External component
An external component is a set of WINDEV elements: windows, reports, analysis, etc....
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
1
2
3
4
5
6
128
>