ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WorkingHourStart (Property)
The WorkingHourStart property gets and sets 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).
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
DnDForce (Function)
DnDForce is kept for backward compatibility.
grSurfaceGetData (Function)
Retrieves a data from a Surface chart.
grScatter3DAddData (Function)
Adds a new point to display in a 3D Scatter chart.
grScatter3DAltitudeColor (Function)
Defines the different colors used according to the altitude levels of a series found in a 3D Scatter chart.
grScatter3DLinkPoint (Function)
Links (or not) the points found in a "3D Scatter" chart.
grScatter3DMarkCaption (Function)
Used to specify the mark caption for a 3D Scatter chart.
grScatter3DGridlines (Function)
Displays the gridlines for the different planes of a 3D Scatter chart.
grScatter3DDeleteMarkCaption (Function)
Deletes the captions of marks found in a 3D Scatter chart
<Chart>.SurfaceGetData (Function)
Retrieves a data from a Surface chart.
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
How to create a menu?
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Environment of the report editor
Environment of the report editor...
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
grScatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......