ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
HIndex (Example)
Usage example of the HIndex function
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
WinAdaptSize (Function)
Adapts the window size to the content of controls.
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
Environment of the window editor
The main elements of window editor are as follows:
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
OpenMainMenu (Function)
Opens the main menu of the current window.
<WDPic variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a WDPic variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
grWndSize (Function)
Defines the size of the window containing the chart.
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......