ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Software Factory
The concept of software factory is used to automate the process for creating applications....
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
DocStartModification (Function)
Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo")....
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
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)....
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
CharactType (Function)
Returns information about the type of character.
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....