ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using the Vista style in your windows
WINDEV allows you to customize...
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
<WDPic variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified WDPic variable.
<WDPic variable>.HorizontalSymmetry (Function)
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<picLayer variable>.VerticalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
ScanWithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
CmdExecute (Function)
Executes a command in console mode.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
SaaSAdminAddClient (Function)
Adds a SaaS client account.
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
AssistedInputAdd (Function)
Adds a row to the list of values available in the input suggestions of an Edit control.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
14. Controls in practice
fWriteLine (Example)
Usage example of the fWriteLine function
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......