ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
ExePriority (Function)
Returns or modifies the priority of an application currently run.
MemCount (Function)
Returns the number of elements found in a memory zone.
WinInWidth (Function)
Returns the internal width of a window (without border).
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
TreeGiveChild (Function)
Returns the "children" of an element found in a TreeView control.
<Kanban>.Count (Function)
Returns the number of cards or lists in a Kanban control.
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
KanbanCount (Function)
Returns the number of cards or lists in a Kanban control.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
<Array>.Intersect (Function)
Returns an array corresponding to the intersection of two arrays.
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays.
MDIEnumChild (Function)
Returns the alias of the specified MDI child window.
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
PaneVisible (Property)
The PaneVisible property is used to: determine if the pane of the Image Editor control is visible, show or hide the pane of the Image Editor control....
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
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....
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Customizing the User Groupware