ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
Events associated with internal windows
List of events associated with internal windows...
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
HSetLog (Function)
Enables or disables log management on a file.
RTFToText (Function)
Returns the text without the formatting characteristics specific to RTF.
GglUploadDocument (Function)
Uploads a document to the Google server.
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Animation (Property)
The Animation property animates an image.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
iParameterPDF (Function)
Defines the options for the generated PDF file.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).