ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
PageDisplay (Function)
Displays a web page in the user's browser....
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
MySelf (Reserved word)
MySelf is used to handle the current control...
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Creating a window skin template
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
Print modes of a report
Several print modes are available for a report....
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.