ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
zipExist (Function)
Used to find out whether an archive exists.
BurnerSelect (Function)
Used to select the default burner.
Note (Property)
The Note property is used to get and change a text associated with an element.
fSize (Function)
Returns the size of a file (in bytes).
CharactType (Function)
Returns information about the type of character.
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
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)....
Enumeration (Type of variable)
An enumeration is a set of values......
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
iPrintImage (Example)
Usage example of the iPrintImage function
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
fChangeSize (Function)
Resizes an external file.
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
grGradient (Function)
Enables or disables the display of color gradients in a chart.
iParameterPDF (Example)
Usage example of the iParameterPDF function
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
zipOpen (Function)
Opens an existing archive.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).