ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
<picLayer variable>.Rotation (Function)
Rotates an image in a picLayer variable.
<picLayer variable>.HorizontalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<WDPic variable>.VerticalSymmetry (Function)
Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical axis (symmetry with respect to a vertical axis).
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse 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 variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....