ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
FTPCommand (Example)
Usage example of the FTPCommand function
fCreate (Example)
Usage example of the fCreate function
HRecNum (Example)
Usage example of the HRecNum function
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
State (Property)
The State property is used to get and change the state of an element.
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
HListKey (Example)
Usage example of the HListKey function
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
HOpenConnection (Function)
Opens a connection to a specific database.
ServicePause (Function)
Pauses a service.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
Size (Example)
Usage example of the Size property
FinRepayVal (Example)
Usage example of the FinRepayVal function
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
HErrorInfo (Example)
Usage example of the HErrorInfo function
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
iPreview (Function)
Configures the print destination.
SQLExec (Function)
Names and runs an SQL query.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....