ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating help pages
A help system includes several pages......
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Multilingual project
The "Code hashtags" pane
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Code Editor control properties
You can manipulate Code Editor controls in a window using the following WLanguage properties......
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
<Word Processing>.InfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)....
DocInfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
ERR_NO_PAGE
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
TreeStatus (Function)
Returns the state of a node: wound, unwound or non-existent.
<Treeview>.ItemStatus
Returns the state of a node: wound, unwound or non-existent.
rssDisplay (Function)
Builds a RSS feed and returns the content of the RSS feed to the client.
1
5
6
7
8
9
703
>