ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgEnableAssert (Function)
Enables or disables the assertive programming.
BufferToHexa (Function)
Converts a buffer into a displayable hexadecimal string (e.g. "4A 5B 00").
HExecuteProcedure (Function)
Runs a stored procedure.
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
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.
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
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.
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....
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
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)....
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.