ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Map control properties
The following properties can be used with Map controls:...
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
fDirSize (Function)
Returns the size of a directory in bytes.
FirstDayOfMonth (Function)
Returns the first day of the month.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
HNbRec (Example)
Usage example of the HNbRec function
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)....
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
fOpen (Example)
Usage example of the fOpen function
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
XMLAddChild (Example)
Usage example of the XMLAddChild function
XMLElementName (Example)
Usage example of the XMLElementName function
XMLRoot (Example)
Usage example of the XMLRoot function