Darlan Posted March 11 Posted March 11 Hello! is there any object in unigui that replaces filelistbox? I need to list all the files that exist inside the files folder but I don't know their names, so I would need to list them, is there any Unigui component that accepts it? Or any other component that replaces this function? I thank you in advance for your help Darlan Almeida. Quote
Sherzod Posted March 11 Posted March 11 3 hours ago, Darlan said: is there any object in unigui that replaces filelistbox? Hello, There is no direct uniGUI component that fully replaces FileListBox, but you can implement this functionality yourself. The example in "\FMSoft\Framework\uniGUI\Demos\Desktop\PDFViewer" shows how to list files in a single folder. However, if you want to display a structured file system, I think TUniTreeView would be a better choice. You can recursively scan directories, adding folders as parent nodes and files as child nodes. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.