ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SNMPStartSession (Function)
Starts an SNMP session.
DatePicker (Function)
Opens the system date picker.
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
fShortPath (Function)
Returns the full short path of a file or directory.
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
BitcoinCoreHashRate( Function)
Returns the number of times the sha256 function had to be calculated per second to calculate the last block.. This number corresponds to a proof of work.
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
fMerge (Function)
Merges several files into a single one.
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
InvalidInputShowIcon (Function)
Shows an error icon next to an Edit control to indicate that the input is invalid.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
Warning 127: You are using a data source local to the process
Error 122: The name of an Automation object must be a string
Code editor: Display options
The code editor proposes several display options......
dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....