ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Compression (Property)
The Compression property gets and sets the data compression mode.
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
12. Available tests
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
Miscellaneous Windows constants
List of constants used by the Windows functions....
23. Print modes
Including a supercontrol in a window or in a page
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
<Source>.RestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
ERR_NO_END_TAG
Creating a delete query
A delete query (corresponding SQL statement......
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
1. Project and analysis
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......