ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
HClient structure
The HClient structure is used to......
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
HTTPRequest (Function)
Starts an HTTP request on a server.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
GroupModify (Function)
Modifies the current group of contacts in the address book of a Lotus Notes or Outlook messaging.
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
The Site Map control
The Site Map control allows the Web user to......
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
HCloseConnection (Function)
Closes a connection to a database.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
CreateShortcut (Example)
Usage example of the CreateShortcut function
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
fRename (Function)
Modifies the name of a file.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.
CurrentWorksheet (Property)
The CurrentWorksheet property is used to get and change the current worksheet in a Spreadsheet control.