ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
HDeleteTrigger (Function)
Deletes a trigger.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
Download_constants
Utilisation dans la classe diagForme - Accès en Lecture + Ecriture - Type : Réel double...
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Position (Function)
Finds the position of a specified string within another string.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
Bold (Property)
The Bold property is used to: Find out whether a Font variable is bold. Modify the bold attribute of a Font variable....
MemDelete (Function)
Deletes an element from a memory zone.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
Financial functions
List of financial functions...
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
HDeactivateTrigger (Function)
Disables a trigger.
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....