ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
MatWrite (Function)
Writes an element into a matrix.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
WinStatus (Function)
Identifies or modifies the window status.
MatDelete (Function)
Deletes an existing matrix.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
PDFToText (Function)
Extract the text contained in an Document PDF.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
TableMode (Function)
TableMode is kept for backward compatibility.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
AppInstallUPD (Function)
Triggers the automatic update of current application.
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
WINDEV: Example of programmed Drag and Drop