ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
SQLFirst (Function)
Positions on the first row of the query result.
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
Random (Function)
Returns a random number.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
WinEdCreateNote (Function)
Creates a Repositionable Note control.
<Image>.StopScrolling (Function)
Stops the automatic image sliding.
SQLModify (Function)
Modifies the content of a row in the query result.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
SQLSeek (Function)
Positions on the specified result row of the query.
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
fShortName (Function)
Returns the short name of a file or directory.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
Installing a SOAP server with IIS
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
ImageStopScrolling (Function)
Stops the automatic image sliding.
InSysNotificationMode (Function)
Used to determine if the application is launched from an interactive notification in "Windows 10".
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Net constants
List of constants used by the Net functions....
Installing a SOAP server with Apache