ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
How to perform a full file browse?
StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
ERR_TIMEOUTINIT
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
The Organizer control
The Organizer control is used to display and handle organizers......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
HState (Function)
Used to find out the state of a record.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
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
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
<Source>.State (Function)
Used to find out the state of a record.