ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
Operations performed on object diagrams
The following paragraphs explain......
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
ReplicAdmin: Overview
Creating the Relation windows of a WINDEV RAD pattern
Handling an Upload control through programming
The Upload control is used to upload one or more files....
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
fCompress (Function)
Compresses a file.
grGridlines (Function)
Displays or hides the chart gridlines.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
grDestinationControl (Function)
Defines an Image control as destination of a chart.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Page constants
List of constants used by page functions....
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).