ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotesListItem (Function)
Returns the list of items for the current Notes document in Lotus Notes.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
mlInitialize (Function)
Initializes a new independent MATLAB session with an empty workspace in order to run functions.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Creating a translation file
WDINT allows you to create a translation file....
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
DocFindElementByName (Function)
Searches for an element by its name in a Word Processing document.
SQLReqExists (Function)
Checks the existence of a query.
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
Glossary
The glossary lists all the abbreviations used in the code editor......
fLongPath (Function)
Returns the full long path of a file or directory.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
fShortPath (Function)
Returns the full short path of a file or directory.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....