ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sound (Function)
Plays a sound in WAV format.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Constants used for managing the multi-touch
Constants for managing the multi-touch...
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
StatSum (Function)
Calculates the sum for a series of values.
ToClipboard (Function)
Writes text or image information into the system clipboard.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
Accessibilité (Property)
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
fChangeSize (Function)
Resizes an external file.
fCompress (Function)
Compresses a file.
HFSQL constants
List of constants used by the HFSQL functions....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min