ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
WEBDEV license agreement
WEBDEV license agreement...
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Installing a SOAP server with Netscape iPlanet 4.1
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
8. 10 tips for better interfaces...
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
CoTan (Function)
Calculates the cotangent of an angle.
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
OpenChild (Example)
Usage example of the OpenChild function
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Cos (Function)
Calculates the cosine of an angle.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Root (Function)
Returns the root of a number.
Sin (Function)
Returns the sine of an angle.
Tangent (Function)
Calculates the tangent of an angle.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
Max (Function)
Returns the greatest value passed as parameter.