ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
RegistryDeleteKey (Function)
Deletes a subkey from the Windows registry.
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
RegistryDeleteValue (Function)
Deletes a value from the Windows registry.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
NetworkDisconnect (Function)
Disconnects a network drive.
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....
NetworkDirName (Function)
Identifies the shared directory associated with a network drive.
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....
NetworkUser (Function)
Identifies the name of the connected user.
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
InPHPMode (Function)
Indicates whether the code is run in PHP.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
InJavaMode (Function)
Indicates whether the code is run in Java.
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....