ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fEncrypt (Function)
Encrypts a file in binary or ASCII format.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
LooperSelectPlus (Function)
Selects a row in a Looper control.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
PDFPassword (Function)
Protects a PDF document with a password.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.