ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayDeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
WINDEV: Example of programmed Drag and Drop
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
Clipboard management functions
List of functions for managing the clipboard...
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Using an external component in an application
A component can be reused at any time in any application......
LOOP statement
The statement block is repeated endlessly...
ThreadExecute (Function)
Starts the execution of a secondary thread.
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Data persistence
The data persistence is used to store the value typed by the user......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
ArrayDelete (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....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.