ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
ControlToSource (Function)
Assigns the control value to the source of a control link.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
XMLAddChild (Function)
Adds a child tag into an XML document.
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
EXE constants
List of constants used by the functions for managing executables....
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
XMLAddAttribute (Function)
Adds an attribute into an XML document.
ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
SchedulerWorkingHourResource (Function)
Used to indicate the specific working hours per day and per resource in a Scheduler control.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.