ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
Creating the Form windows of a WINDEV RAD pattern
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
HCreateView (Example)
Usage example of the HCreateView function
HSubstDir (Example)
Usage example of the HSubstDir function
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
SQLTransaction (Example)
Usage example of the SQLTransaction function
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.