ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
WLanguage procedure called by SCPSendFile
WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP).
How to create a patch?
<Email variable>.ImportSource (Function)
Fills an Email variable using the content of its Source property.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
Compilation options
The compilation options allow you to define the help system generation settings......
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
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....
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
TwainToGIF (Function)
Allows you to: save the document coming from the Twain device in a GIF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in GIF format (in a buffer)....
TwainToJPEG (Function)
Allows you to: save the document coming from the Twain device in a JPEG file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in JPEG format (in a buffer)....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
<mongoCollection variable>.DeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
WLanguage procedure called by KanbanFilter
WLanguage procedure ("callback") called by KanbanFilter to set an advanced filter.