ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
Programming custom calculations in Table controls
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Locking data files: correspondence between WINDEV 5.5 and the later versions
Describing an element
A flexible modeling includes different elements linked together......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Report based on a query
Queries are used to easily select records in one or more data files......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Handling the report blocks through programming
Each report block is associated with different events......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Scheduler control events
The following events associated with Scheduler controls:...
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......