ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
fAttribute (Example)
Usage example of the fAttribute function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
fRename (Example)
Usage example of the fRename function
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
HAdd (Example)
Usage example of the HAdd function
HDeclare (Example)
Usage example of the HDeclare function
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
fClose (Example)
Usage example of the fClose function
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
fUncompress (Example)
Usage example of the fUncompress function
HChangeName (Example)
Usage example of the HChangeName function
zipFindFile (Example)
Usage example of the zipFindFile function
WINDEV and OPC
OPC stands for "OLE for Process Control"......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
SQLTransaction (Example)
Usage example of the SQLTransaction function
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
xlsColumnType (Example)
Usage example of the xlsColumnType function