ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
zipExtractAll (Example)
Usage example of the zipExtractAll function
Visible (Property)
The Visible property is used to set the visibility of an element.
Creating and handling an item
The main operations that can be performed on an item are as follows......
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
CriticalSectionStart (Function)
Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
fRead (Example)
Usage example of the fRead function
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
EventChange (Function)
Modifies the status of an event.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
fDelete (Function)
Deletes a file accessible from the current computer.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
Factorial (Function)
Returns the factorial of an integer number.
zipSize (Example)
Usage example of the zipSize function
Font (Type of variable)
A Font variable creates a font programmatically...
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. in the Phone contacts list (Android, iPhone or iPad)....
Type (Example)
Usage example of the Type property