ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
WLanguage procedure called by OpenDocumentAsynchronous
WLanguage procedure ("callback") called by OpenDocumentAsynchronous after the edit window is closed.
PicRectangularSnipOCR (Function)
Runs OCR and extracts the text from a rectangular area defined with the mouse.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
Examples for using the OLE DB provider for HFSQL
Page with parameters
5. HFSQL Client/Server
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......