ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

saasPricing (Variable type)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
Automation object
The Automation keyword is used to declare an automation object...
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
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).
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
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......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
Oracle Native Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV database schema......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
HDescribeFile (Function)
Describes a table programmatically.
How to create a menu?
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Animation (Property)
The Animation property animates an image.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....