ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the Form pages of a WEBDEV RAD pattern
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
zipDeleteFile (Function)
Deletes a file from an archive.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
fMoveFile (Function)
Moves a file from one directory to another.
Managing space characters in the searches?
The LDAP protocol is increasingly used by the companies......
PVTCalculateUpdate (Function)
Updates part of the data in a Pivot Table control from a given date. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4....
dbgEnableAssert (Function)
Enables or disables the assertive programming.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
HLast (Function)
Sets the position on the last record of a table according to a browse item.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
fMemOpen (Function)
Opens a memory zone shared between several applications.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HRead (Function)
Reads a record in a file according to a given record number.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.