ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
TimePicker (Function)
Opens the system time picker.
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
ControlClone (Function)
Creates a new control from an existing control.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
Radio Button control functions
The following functions are used to manage the Radio Button controls......
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.