ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
<WDPic variable>.VerticalSymmetry (Function)
Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical axis (symmetry with respect to a vertical axis).
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
The different types of integers
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Memo (Property)
The Memo property is used to determine if an item is of type memo.
XMLDocument
The xmlDocument keyword can correspond to: the XMLDocument function that is used to create a new XML document. For more details, see XMLDocument. an xmlDocument variable. For more details, see xmlDocument....
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
How to use an array of structures?
An array of structures is an Array variable......
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
Designing a supercontrol
A supercontrol is an advanced type of control......