ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Thread management functions
List of functions for managing threads...
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Conversion (Function)
Converts a value from a unit to another one.
Configuring an application with User Groupware
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
HDelete (Function)
Deletes a record from a data file (query or view).
DashDisplay (Function)
Refreshes elements in a Dashboard control.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.