ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Libellé>AnimationSetParameter (Function)
Changes one of the animation parameters used for animated text (in a Static Text control).
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
<Image>.AnimationSetParameter (Function)
Changes one of the animation parameters used for a moving image (in an Image field).
Creating help pages
A help system includes several pages...
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
ControlCurrent (Function)
Returns the name of the control currently in edit.
<Image>AnimationSetMode (Function)
Changes the type of animation for an image displayed in an Image control.
<Libellé>.AnimationSetMode (Function)
Changes the animation type of text in a Static Text control.
Custom context menu
Custom context menus are created in the window editor and can be manipulated programmatically...
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed...
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50...
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Input (Function)
Displays a message allowing the user to type an information.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via...
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code...
Control constants
List of constants used by the functions for managing controls...
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
FaxConnect (Function)
Establishes a connection to a fax server.
Check model
You can use check models to easily create checks...
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order...
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Code editor: Display options
The code editor proposes several display options......
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list...
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without...
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records...
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.