ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
fSelectDir (Function)
Opens a directory picker.
ChangeStyle (Function)
Modifies the style of a control dynamically.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
iSkipLine (Function)
Forces one or more line break.
Handling an Upload control through programming
The Upload control is used to upload one or more files....