ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Position (Function)
Finds the position of a specified string within another string.
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
Composite chart
A composite chart is a chart that displays several types of charts......
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......