ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Page templates
WEBDEV allows you to create page templates......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
PreviousPage (Function)
Returns the name of the previous page.
Page Footer block
The Page footer block is run at the end of each page......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
2. How to test a site?
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
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....
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.