ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
HChangeKey (Function)
Changes the browse item.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
Enqueue (Function)
Adds an element to the queue.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Push (Function)
Pushes an element onto the stack.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
HSetMemo (Function)
Used to modify the management mode of memo items.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).