ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InJavaMode (Function)
Indicates whether the code is run in Java.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
InPHPMode (Function)
Indicates whether the code is run in PHP.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
ERR_BAD_CONTEXT_FOUND
ERR_DISCONNECTED_RELOG
ERR_BAD_CONTEXT_INTERNAL
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
GglAnalyticsAddPage (Function)
Adds a page beside Google Analytics.
GglAnalyticsAddTiming (Function)
Adds a duration beside Google Analytics.
GglAnalyticsAddSocialNetworkAction (Function)
Adds a social network action beside Google Analytics.
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ModifyHue (Function)
Changes the hue of an image in an Image variable.
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
<Image variable>.ModifyLightness (Function)
Modifies the lightness of an image in an Image variable.
<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....