ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
fExeDir (Function)
Returns the directory from which the execution is started.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
fLongName (Function)
Returns the long name of a file or directory.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fSelectDir (Function)
Opens a directory picker.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
fTempFile (Function)
Returns the name of a unique temporary file.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
PageChangeLayout (Function)
Applies a specific layout to a page.
fLongPath (Function)
Returns the full long path of a file or directory.
fShortPath (Function)
Returns the full short path of a file or directory.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
fTrackFile (Function)
Triggers the tracking of a file.
fDirRename (Function)
Renames a directory.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).