ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iHLine (Function)
Prints a horizontal line at specified coordinates.
iCurrentFile (Function)
Returns the name of the file currently generated.
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
LastDayOfYear (Function)
Returns the date of the last day of the year.
<Source>.ChangeName (Function)
Modifies the physical name of a data file.
MDIMother (Function)
Identifies the name of the MDI parent window.
ControlCurrent (Function)
Returns the name of the control currently in edit.
fTempFile (Function)
Returns the name of a unique temporary file.
SysNameExe (Function)
Returns the name and full path of an application.
tapiCallEnd (Function)
Returns the date and time of the end of call.
tapiDial (Function)
Dials a phone number for a voice line.
NationToName (Function)
Returns the name of the language corresponding to a nation.
iVLine (Function)
Prints a vertical line at specified coordinates.
ExecuteFunction
Executes a WLanguage function identified by its name.
Extra (Property)
The Extra property manges additional information.
Update (Property)
The Update property specifies the updates to be made.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....