ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Constants for managing character strings
List of constants used by string management functions...
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
TwainToClipboard (Function)
Allows: copy the document coming from the Twain device to the clipboard. view the document coming from the Twain device in the user interface of device....
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Record (Type of variable)
The Record type is used to save the values of a record.
15. Creating the executable in practice
Creating the executable in practice...
11. Table/Looper controls
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
saasPricing (Variable type)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......