ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
HeightExpanded (Property)
The HeightExpanded property is used to get and change the height of an expanded iOS 13 widget.
FontAppointmentContent (Property)
The FontAppointmentContent property is used to: Get the characteristics of the font used for the content of appointments in Scheduler and Organizer reports. Set the characteristics of the font used for the content of appointments in Scheduler and Organizer reports....
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
FontAppointmentTitle (Property)
The FontAppointmentTitle property is used to: Find out the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports. Modify the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports....
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
Managing parallel tasks
The computers are becoming more and more powerful......
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
Items used in a select query
A query created in the query editor can contain several types of items......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.