ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
HFSQL Client/Server: Configuring the data files on the server
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).