ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LDAP constants
List of constants used by the LDAP functions....
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
DDEWarmLink (Function)
Creates a warm link with a data.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DDELink (Function)
Creates a hot link with a data.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
KioskDisable (Function)
Disables kiosk mode for the current application.
Check model
You can use check models to easily create checks...
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property is used to get and change the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
HReadLast (Example)
Usage example of the HReadLast function
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
DnDAccept (Example)
Usage example of the DnDAccept function