ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
Referring to an element in a WLanguage event / process
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
InfoBuild (Function)
Displays a custom message in a system information window.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
gpwCheckUser (Function)
Checks the existence and validity of the password for a user of the user groupware.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...