ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grLegendFont (Function)
Modifies the font used for the chart legend.
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
LooperInsertLine (Function)
Inserts a row into a Looper control.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HSetREP (Function)
Enables or disables the management of .REP file.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
HAddUser (Function)
Adds a user to a database.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
HSL (Function)
Creates a color from its hue, saturation and lightness.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
How to create a menu?