ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
Error 27: No END statement is associated with this ELSE
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
Error 28: No END statement is associated with this SWITCH
Error 42: Label out of scope of GOTO
Error 26: No END statement is associated with this THEN
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
7. AJAX technology
The Upload control
The Upload control is used to upload files on the Web server......
NFCWriteTag (Function)
Starts writing data to an NFC tag.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)...
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
Error 17: OTHER CASE must be the last statement used in SWITCH