ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WindowsVersion (Function)
Returns the runtime mode of Windows.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector 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....
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
EmailCheckAddress (Function)
Checks the validity of an email address.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
HPrevious (Function)
Positions on the previous file record according to a browse item.
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
WaitWindowStart (Function)
Opens the wait window of application.
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
HRead (Function)
Reads a record in a file according to a given record number.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Constants used by the scanner functions
Constants used by the scanner functions...
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.