ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image 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).
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
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......
The different types of integers
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....
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.
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......
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
How to use an array of structures?
An array of structures is an Array variable......