ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Discover all the possibilities of pivot tables
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Configuring the SOAP administrator
Creating the Table windows of the WINDEV RAD pattern
Creating the Vision windows of the WINDEV RAD pattern
<Connection variable>.NotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
<Connection variable>.NotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
<Connection variable>.NotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
<Connection variable>.NotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
<Connection variable>.NotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
15. Repeating a group of controls: loopers
Creating the Relation windows of a WINDEV RAD pattern