ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
ChronoReset (Function)
Stops and resets a running stopwatch.
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
LooperInsertLine (Function)
Inserts a row into a Looper control.
LoadParameter (Function)
Reads a persistent value.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
Right (Function)
Extracts the last characters from a string or string buffer.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
WINDEV 2024 Tutorial - Table of contents
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
HelpFile (Function)
Returns or modifies the name of the help file used by the context-sensitive help of a window.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
Creating a translation file
WDINT allows you to create a translation file....
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....