ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
iPageEnd (Function)
Forces the move to the next page during the report print.
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
fCompress (Example)
Usage example of the fCompress function
fListFile (Example)
Usage example of the fListFile function
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
DateToInteger (Function)
Converts a date to an integer.
PageAddress (Function)
Used to find out the Internet address of a page.
ArraySort (Example)
Usage example of the ArraySort function
Managing the styles
The help editor allows you to define styles of paragraphs......
HReadSeek (Example)
Usage example of the HReadSeek function
The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
Port (Property)
The Port property is used to identify and change a server connection port.
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
dFont (Example)
Usage example of the dFont function
SOAPRun (Example)
Usage example of the SOAPRun function
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
mongoCollection (Type of variable)
The mongoCollection type is used to define the advanced characteristics of a collection in a database of a MongoDB server.
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......