ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCloseConnection (Function)
Closes a connection to a database.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
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......
grRaised (Function)
Used to display a chart with raised effect.
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
HViewToFile (Example)
Usage example of the HViewToFile function
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
CreateShortcut (Example)
Usage example of the CreateShortcut function
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Table,Add (External language)
Adds an element to a Table control.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
HInfoLog (Function)
Returns information about the server logs.
URI constants
The following constants are used by URI-specific functions:...
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
HToItem (Function)
Assigns the specified value to an item of the current record.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
sfSeekDeletedResult (Type of variable)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
Sharing internal components (via SCM)
An internal component is a set of elements from a project......