ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
HMode (Function)
Changes the mode and the method for locking data files.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
ComponentLocate (Function)
Specifies the access path to an external component of project.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iPageEnd (Function)
Forces the move to the next page during the report print.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
<Kanban>.Count (Function)
Returns the number of cards or lists in a Kanban control.
<Kanban>.Display (Function)
Refreshes a Kanban control or a card in the Kanban control.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
<pdfPage variable>.AddWatermark (Function)
Adds a watermark to a page of an existing PDF file.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
PageNumber (Property)
The PageNumber property gets and sets a page number.
KanbanCount (Function)
Returns the number of cards or lists in a Kanban control.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
HDelete (Function)
Deletes a record from a data file (query or view).
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Collapsing/Expanding a TreeView control through programming (prefix syntax)
To collapse/expand a TreeView control through programming, ......