ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCheckStructure (Function)
Defines the mode for comparing data files.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer 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....
SFModify (Function)
Modifies the records of a file defined in Salesforce.
HOut (Example)
Usage example of the HOut function
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
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.
gLine (Function)
Builds a sequence of characters containing a line.
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.
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
Error 105: Redefinition of the local variable
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Diagram constants
The following constants are used to manage diagrams:...
HTTPRequest (Example)
Usage example of the HTTPRequest function