ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
HCancelSeek (Function)
Cancels the current search criterion.
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......