ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Body Complement block
The Body complement block is linked to the Body block......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
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....
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
HIndex (Function)
Rebuilds the file index (".NDX" file).
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
The Item control
The "Item" control is used to edit the content of an item found in a data file......
fMemOpen (Function)
Opens a memory zone shared between several applications.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
Events associated with supercontrols
List of events associated with supercontrols...
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
Destination (Property)
The Destination property is used to define: the destination of a backup. the result file of the request....
File (Property)
The File property is used to manage the files a functionality applies to.
Component (Type of variable)
The Component type is used to easily handle an external component.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.