ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Speech synthesis management functions
The following functions are used to manage speech synthesis...
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
MCIPositionFormat (Function)
Fixes the format used to define the position in a media file (opened by MCIOpen).
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Voice commands in your applications
The applications that you develop can react to the user's voice......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
1. RAD (Rapid Application Development)
HIndex (Function)
Rebuilds the file index (".NDX" file).
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
SysDetectLockedSession (Function)
Detects the change of lock for the Windows session.
Runtime log
The runtime log is the best way to identify the most used features of an application......