ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
<Source>.RecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
MCIPositionFormat (Function)
Fixes the format used to define the position in a media file (opened by MCIOpen).
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
12. Preventing from going back to a page
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Find out the account that runs the AWP protocol
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
ERR_DISCONNECTED_EXEC
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.