ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipMerge (Example)
Usage example of the zipMerge function
Empty (Property)
The Empty property is used to determine if an element is empty.
HaspHLEncrypt (Function)
Encrypts a character string by using the algorithms of the specified Hasp key.
ClientID (Property)
The ClientID property gets the client ID defined when the application was declared or registered.
Vibration (Property)
The Vibration property is used to manage notification vibrations.
Wrapping (Property)
The Wrapping property is used to get and change the wrapping options of an element.
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.
xlsData (Example)
Usage example of the xlsData function
Group (Property)
The Group property is used to identify and change groups of elements.
Modified (Property)
The Modified property lets you know if an element has been modified.
BackgroundPattern (Property)
The BackgroundPattern property is used to get and change the background pattern of an element.
Visible (Property)
The Visible property is used to set the visibility of an element.
Event
The Event keyword can correspond to:
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
CriticalSectionStart (Function)
Marks the start 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.
fWrite (Function)
Writes: a character string into an external file. a memory section....
GPSLastPosition (Function)
Retrieves the information about the last known device position.
List of reserved words
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)....
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
Constants for managing TimeLine controls
Constants for managing TimeLine controls...
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.