ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Accessibilité (Property)
Automatic error handling
Error handling can be customized for each process......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
Service variable
The Service variable is used to......
<Array>.Reduce (Function)
Applies a computation to each element of an array.
EmailChangeFolder (Example)
Usage example of the EmailChangeFolder function
EmailListFolder (Example)
Usage example of the EmailListFolder function
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
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
EmailNbMessage (Example)
Usage example of the EmailNbMessage function
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Constants used by the scanner functions
Constants used by the scanner functions...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
EmailCheckAddress (Function)
Checks the validity of an email address.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....