ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
The different types of integers
zipListFile (Function)
Returns the list of files found in an archive.
zipCreate (Function)
Creates an archive.
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
gpwAddUser (Function)
Adds a user to the User Groupware database.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HDescribeFile (Function)
Describes a data file programmatically.
BTLEDescriptorReadValue (Function)
Reads the value of a descriptor on a Bluetooth Low Energy device.
BTLEDescriptorWriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
zipOpen (Function)
Opens an existing archive.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
BTLECharacteristicReadValue (Function)
Reads the value of a characteristic on a Bluetooth Low Energy device.
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
HState (Function)
Used to find out the state of a record.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.