ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
RGB (Function)
Defines a color from its Red, Green and Blue components.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry with respect to a vertical axis).
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawText (Function)
Draws a text in an Image control.
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......