ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Type (Example)
Usage example of the Type property
Creating the Vision pages of the WEBDEV RAD pattern
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
The HTML control
The HTML control displays HTML pages or HTML code......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
fShortPath (Example)
Usage example of the fShortPath function
fLongPath (Example)
Usage example of the fLongPath function
XMLDocument (Function)
Creates a new XML document.
fImageSelect (Example)
Usage example of the fImageSelect function
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Creating the Form windows of a WINDEV RAD pattern
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Creating the Relation pages of a WEBDEV RAD pattern
Sound (Function)
Plays a sound in WAV format.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
Creating the Table pages of the WEBDEV RAD pattern
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function