ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysColor (Function)
Identifies or modifies the color of a Windows element.
SchedulerChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
fDriveInfo (Function)
Returns information about a drive.
HCloseAnalysis (Function)
Closes the current analysis.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
dFont (Example)
Usage example of the dFont function
fChangeSize (Function)
Resizes an external file.
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Multilingual project
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SocketCreate (Function)
Creates a socket.
fWrite (Function)
Writes: a character string into an external file. a memory section....