ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
<Chart>.Scatter3DDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grScatter3DAltitudeColor.
WINDEV and OPC
OPC stands for "OLE for Process Control"......
EXE constants
List of constants used by the functions for managing executables....
NET constants
List of constants used by the DotNet functions....
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Net constants
List of constants used by the Net functions....
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......