ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data model editor: types of links
Several types of links can be found between the files......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
DDEError (Function)
Returns the runtime status report of a DDE function.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Programming overview in C and C++
Programming the looper attributes
All the looper attributes can be handled by programming......
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
iPageEnd (Function)
Forces the move to the next page during the report print.
iSequencingAddDiagram (Function)
Adds a Diagram document into a sequence of report printouts.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....