ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

saasPricing (Type of variable)
The saasPricing type is used to define the advanced characteristics of a SaaS pricing.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
DataType (Function)
Identifying the type of a WLanguage variable.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
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).
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
How to open a window?
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...