ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages...
httpRequest
The HTTPRequest keyword can correspond to...
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
<Array>.Copy (Function)
Copies the content of an array to another array.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).