ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

String functions
List of functions for managing character strings...
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
NotifAdd (Function)
Adds a notification to the system bar (Android) or notification center (iOS).
HTMLEditorFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
<Drive variable>.DeleteFile (Function)
Deletes a file from a remote drive.
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
BTLEDescriptorWriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
<picLayer variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
dResize (Function)
Resizes an image found: in an Image control. in an Image variable. in a picLayer variable....
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<emailIMAPSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the messaging software using IMAP (Internet Message Access Protocol).
<WDPic variable>.InvertColor (Function)
Inverts the colors of a WDPic variable.
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
Manipulating TimeLine controls programmatically
A TimeLine control can be......
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,