ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
iPrintImage (Example)
Usage example of the iPrintImage function
Various constants
List of various constants....
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Popup window
WINDEV allows you to open windows in popup format......
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
zipExtractPath (Example)
Usage example of the zipExtractPath function
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Error 1011: To access the global member of the class, use ClassName::MemberName
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
HCloseConnection (Example)
Usage example of the HCloseConenction function
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Properties associated with the options of a Switch control
HAlias (Example)
Usage example of the HAlias function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.