ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
The Organizer control
The Organizer control is used to display and handle organizers......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
GridlinesVisible (Property)
The GridlinesVisible property is used to: Determine whether or not gridlines are visible in a control. Show or hide gridlines in a control....
ComponentInfo (Function)
Returns information about a component.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
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....
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
HCheckStructure (Function)
Defines the mode for comparing data files.
How to manage enumerations programmatically?