ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iMargin (Function)
Defines the "logical" print margins.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
iCreateFont (Function)
Creates a new print font.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
The Sidebar control
The Sidebar control gives access to different options......
WINDEV concepts
Control template
A control template is a set of controls that can be re-used in several windows or pages......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iPrintArea (Function)
Prints a text in a rectangular area.
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
The pages
Pages are the main interface of a WEBDEV site......
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
The Edit control
The Edit control allows users to enter data......