ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
<Organizer>.BackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
<Organizer>.ChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
<Organizer>.DisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
<Organizer>.DisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
<Organizer>.TimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
<Organizer>.Display (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
iDestination (Function)
Configures the print destination.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
The HTML Display control
The HTML Display control displays a web page in an application......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
ControlToSource (Function)
Assigns the control value to the source of a control link.
WaitWindowStart (Function)
Opens the wait window of application.
OCRExtractText (Function)
Reads the text contained in an image.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
LooperInsert (Function)
Inserts a row into a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.