ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
<Dockable panel>.Attach (Function)
Attaches or changes the attach position of a Dockable Panel control.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....