ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
10. UMC: User Macro-Code
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
HPass (Function)
Defines the password used to create or open a data file.
HCheckStructure (Function)
Defines the mode for comparing data files.
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
grDeleteSeries (Function)
Deletes a data series from a chart.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.