ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating help pages
A help system includes several pages...
<Libellé>.AnimationSetMode (Function)
Changes the animation type of text in a Static Text control.
<Image>AnimationSetMode (Function)
Changes the type of animation for an image displayed in an Image control.
Custom context menu
Custom context menus are created in the window editor and can be manipulated programmatically...
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server table.
<Libellé>AnimationSetParameter (Function)
Changes one of the animation parameters used for animated text (in a Static Text control).
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
ControlCurrent (Function)
Returns the name of the control currently in edit.
<Image>.AnimationSetParameter (Function)
Changes one of the animation parameters used for a moving image (in an Image field).
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description...
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window...
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data...
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
gClickableLink (Function)
Adds a clickable link in a graphic string.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Upload control events
The following processes are associated with the Upload control:...
Managing main window menus
A main menu is necessarily associated with a window......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series...
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......