ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
Certificate
The Certificate keyword can correspond to...
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Local procedure
Two types of procedures are available......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Round (keyword)
The Round keyword can correspond to...
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL tables.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Right (Function)
Extracts the last characters from a string or string buffer.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.