ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
grScatter3DLinkPoint (Function)
Links (or not) the points found in a "3D Scatter" chart.
Event (Example)
Usage example of the Event function
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
The Tab control
The Tab control is used to simultaneously display different controls......
Generating an application for Universal Windows 10 App
Translating a text file with WDTRAD
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
MemCreate (Function)
Creates a memory area.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
HListKey (Example)
Usage example of the HListKey function
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
Twain constants
List of constants used by the Twain functions....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
HFSQL Client/Server: Configuring the server
WinCopyForm (Function)
Copies the content of a form into the clipboard.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......