ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
CallDLL32 (Function)
Runs a function found in an external DLL.
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
iParameterViewer (Function)
Configures the report viewer.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
SysSerialNum (Function)
Returns the IMEI number of the current device.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
Data persistence
The data persistence is used to store the value typed by the user......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
2. WEBDEV administrator in practice
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......