ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
Hash functions
Hashing is used to summarize a file or a character string......
Events associated with the project
List of events associated with the project...
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Format (Property)
The Format property is used to define the data format of a data file.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Bold (Property)
The Bold property is used to: Find out whether a Font variable is bold. Modify the bold attribute of a Font variable....
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.