ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
// Displays the characteristics of a file in the trace FileList is string FileList = HListFile(hLstDetail) // Retrieves the first file FileList = ExtractString(FileList, 1, CR) // Displays the logical file name Trace("Logical name: " + ExtractString(FileList, 1)) // Displays the file abbreviation Trace("Abbreviation: " + ExtractString(FileList, 2)) // Displays the file caption Trace("Label: " + ExtractString(FileList, 3)) // Displays the physical file name Trace("Physical name: " + ExtractString(FileList, 4))
Last update: 11/15/2024
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: