ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer 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....
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
fWrite (Function)
Writes: a character string into an external file. a memory section....
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
MySelf (Reserved word)
MySelf is used to handle the current control...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Confirm (Function)
Displays a message in a standard dialog box with the "Yes", "No" and "Cancel" options, and returns the user's choice....
gImage (Function)
Builds a sequence of characters containing an image.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
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....
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....