ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
Contains (Function)
Allows you to check if a substring is within a string.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
fOpen (Example)
Usage example of the fOpen function
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
HAlias (Example)
Usage example of the HAlias function
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
ExceptionPropagate (Function)
Propagates an exception.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Constants for managing the Enumerations and the Combinations
Statistical constants
List of constants used by the statistical functions....
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.