ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
fShortName (Example)
Usage example of the fShortName function
WDTrans: Overview
WDTrans is a tool for canceling transactions......
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
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.
DDEError (Function)
Returns the runtime status report of a DDE function.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
DDEExecute (Function)
Sends a command that will be run on the server.
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDESend (Function)
Sends a data to the program connected via DDE.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
OLESave (Function)
Saves the object found in an OLE control in binary format.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Private Store for mobile applications
There are two methods two deploy your applications......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
fDelete (Example)
Usage example of the fDelete function
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
DDEConnect (Function)
Establishes a DDE connection between the current program and the recipient according to a given topic.
DDEDisconnect (Function)
Deletes a connection between the current program and a recipient.
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.