Jump to content

Recommended Posts

Posted

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.

Posted
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.

  • Like 1
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...