ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Ad control properties
An Ad control found in a window can be handled in a window by the following WLanguage properties.
Constants for managing the clipboard
List of constants used by the functions for managing the clipboard....
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
List,Add (External language)
Adds an element to a Combo Box or List Box control.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
Warning 12: The label is unused
Carousel control properties
List of properties associated with the Carousel control...
iPrintReport (Function)
Prints a report created with the report editor.
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipDeleteFile (Function)
Deletes a file from an archive.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
Error 403: The item does not belong to the file
DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
Combination (Type of variable)
A combination is a set of options.
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.