ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
HCheckUnaltered (Function)
Checks that one or all records in an unalterable table have not been modified (e.g. with a hexadecimal editor).
BCToImage (Function)
Generates the image of a bar code.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
HStatDate (Function)
Returns the date of the last update for the index statistics.
SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
FTPFileExist (Function)
Checks if a given file exists on an FTP server.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a web service.
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML web services.
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
Managing main window menus
A main menu is necessarily associated with a window......
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Manipulating a window using its type
A WINDEV or WINDEV Mobile window is a type of variable that can be manipulated programmatically......