ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
WDINT setup
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
<Buffer type>.DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
End of Document block
The End of document block is run once at the end of the report execution......
Print the content of your tables
Manager of automated tests
The test manager is used to......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......