ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
New products brochure 28: WINDEV new products
New features in WINDEV 28 presented in the New Features brochure.
Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy...
General environment of WINDEV
Initializes the different SQL variables with information relative to the last query run.
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Environment of the project editor
The main elements of the project editor are as follows:
(No title )
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed...
BurnerSelect (Function)
Used to select the default burner.
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
ServiceRestart (Function)
Restarts a service (already started).
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
Header
The Header property is used to get and change a header.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window...
SQLFirst (Example)
Usage example of the SQLFirst function
HChangeKey (Example)
Usage example of the HChangeKey function
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures...
OpenDocumentAsynchronous (Function)
Opens a document using the appropriate editor
zipExtractPath (Example)
Usage example of the zipExtractPath function