ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CoordinateImageControlToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the 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.
<Image>.DominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image found in an Image control.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
WLanguage procedure called by fTrackDirectory
WLanguage procedure ("callback") called by fTrackDirectory when a change is made to the tracked directory.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
<Window>.EdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Handling Organization Chart controls programmatically
Events associated with Chart controls
List of events associated with the Chart controls...
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......