ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TimePicker (Function)
Opens the system time picker.
DiagramSave (Function)
Saves a diagram as a "diag" file.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
KanbanInsertCard (Function)
Inserts a card in a Kanban list.
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
<Kanban list>.InsertCard (Function)
Inserts a card in a Kanban list.
DriveListeFile (Function)
Lists files in an Drive directory.
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
<Variable Drive>Rename (Function)
Rename a file or directory on an Drive.
HDelete (Function)
Deletes a record from a data file (query or view).
HMode (Function)
Changes the mode and the method for locking data files.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
WEBDEV cluster: Proxy configuration
To use a WEBDEV cluster, it is necessary to distribute the load between the different cluster nodes (each node corresponding to a WEBDEV Application Server)......
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......