ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control...
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
WaitWindowStart (Function)
Opens the wait window of application.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Query editor
The query editor is used to automatically create queries on the data files......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
User Groupware files
Two categories of data files are managed......
SQLExec (Function)
Names and runs an SQL query.
Creating a table in a report
Tables can be created in a report......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
ThreadPersistent (Function)
Makes a thread persistent.