ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
4. HFSQL Classic
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
2. Modes to install an application
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
OrganizerInfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Using the query result
The result of a select query can be used in......