ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search in current code
When coding, developers often need to do a quick search in the current code...
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
<Chart>.SeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
<Chart>.InfoXY (Function)
Returns information about the series found at a specific chart point.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
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).
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
CriticalSection (Function)
Activates a critical section named or on a variable in an instruction of type USE ... IN.
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
Slider control properties (in a window)
List of properties associated with the Slider control found in a window...
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Body block
The Body block corresponds to the main block of the report......