ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
13. Debugger
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
fEncrypt (Example)
Usage example of the fEncrypt function
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
grSunburstStartAngle (Function)
Specifies the starting angle of the first section in a Sunburst chart.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.