ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Check: SNMP
The monitoring robot will read the value of the specified OID and compare its value with the reference value......
grOrientation (Function)
Modifies the orientation of chart axes.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
IF statement
The conditional IF statement allows you to run an action according to a condition...
Project description: Files tab
The project description window allows you to configure various elements of your project......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
Functions for managing menus (prefix syntax)
List of functions for managing menus...
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
Menu management functions
List of functions for managing menus...
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Image (Property)
The Image property gets and sets the background image of a control or block.
Hyper File functions available for backward compatibility
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....