ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the Project Management Hub
The Project Management Hub allows you to configure......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
16. Java applications in practice
Java applications in practice...
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
REP files
REP files contain the list of data files handled by the application....
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
NFCSendTag (Function)
Sends a NFC tag to another device.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
5. User Groupware in practice
Component (Property)
The Component property configures the different components of a composite key.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Label report
The report editor allows you to create "Label" reports......