ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static Text control in a report....
NdxEncryption (Property)
The NdxEncryption property sets the encryption method of the index file (.NDX) associated with a table.
MmoEncryption (Property)
The MmoEncryption property sets the encryption method of the memo file (.MMO) associated with a table.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
Manipulating Action Bars programmatically
Action Bars can be manipulated programmatically. To do so, use the variable corresponding to the Action Bar in the code....
List (Variable type)
A List variable is a structured type that is used to group a set of elements of the same type.
SourceFromWindow (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ERR_NO_PAGE
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Organizer control linked to a table or to a variable
It is possible to create Organizer control fields directly linked to data.....
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
WindowToData (Function)
Automatically updates: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToSource (Function)
Automatically initializes: the values of a table's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
CtExtendedInfo (Property)
The CtExtendedInfo property gets the additional information inserted into the database connection string.
Creating the Form pages of a WEBDEV RAD pattern
Creating the Vision pages of the WEBDEV RAD pattern
7. AJAX technology
Draws a rectangle in an Image variable....