ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
dArc (Example)
Usage example of the dArc function
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Code snippets
The code editor allows you to enter "Code snippets"......
Execute (Function)
Starts the execution of a process through programming.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
iParameterReport (Function)
Configures the printer by opening the configuration window.
XLS file handling functions
List of functions for managing XLS files...
Sensor constants
Constants used by the SensorXXX functions...
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
GetDefinition (Function)
Retrieves the definition of element type.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
16. Java applications in practice
Java applications in practice...