ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling TimeLine controls programmatically
A TimeLine control can be......
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
ERR_PARSER
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The Check Box control
A Check Box can correspond to......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
<Image>.DominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image found in an Image control.
CoordinateImageControlToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control.
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed in an Image control.
PicRectangularSnip (Function)
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type Image.
<Image>.CoordinateToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control.
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
<Page>.OpenChild (Function)
Opens a non-modal child window.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Optional events
By default, the codes available in the code editor correspond to the most common codes......