ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HConnect (Example)
Usage example of the HConnect function
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Error 17: OTHER CASE must be the last statement used in SWITCH
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
XMLRoot (Function)
Positions on the root tag of an XML document.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Assignment of RETURN
The return value of the process currently run can be assigned...
13. External component in practice
External component in practice...
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
ExeListProcess (Function)
Returns the list of applications currently run.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
AppInstallUPD (Function)
Triggers the automatic update of current application.
SocketCreate (Example)
Usage example of the SocketCreate function