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.
TableBreakIndex (Example)
Use example for the TableBreakIndex function
HClusterStart (Function)
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example).
grSaveImage (Function)
Saves the image of a chart in an Image variable.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
Resource
The Resource property is used to manage the resource associated with an appointment.
Weight (Property)
The Weight property is used to get and change the weight of an element.
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
MapDisplayPosition (Example)
Usage example of the MapDisplayPosition function
Zoom (Property)
The Zoom property is used to determine and change the zoom applied to an element.
MatCreate (Example)
Usage example of the MatCreate function
MatStack (Example)
Usage example of the MatStack function
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
EmailGetAll (Function)
Retrieves all the emails found on a server.
Environment of code editor
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
FullName (Property)
The FullName property is used to get the full name of an element.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
MatDelete (Example)
Usage example of the MatDelete function
GridlinesVisible (Property)
RightToLeft (Property)
The RightToLeft property is used to get and change the writing direction of an element...
WorksheetName (Property)
The WorksheetName property is used to get and change the name of a worksheet in an XLS document.
Movable (Property)
The Movable property is used to define if an element can be moved.
GetActiveObject (Example)
Usage example of the GetActiveObject function