ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Binding a Check Box control to an item
Programming custom calculations in Table controls
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
".STY" file: "Style sheet" file
A style sheet is a "......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Code snippets
The code editor allows you to enter "Code snippets"......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
VariableReset (Function)
Resets the variable to its initial value.
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).