Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Requesting information regarding TFileListView component. 1

Status
Not open for further replies.

CHeighlund

Programmer
Jun 11, 2007
163
US
Hello. I am trying to build a program for ftp transmission purposes. I have been requested to use another program written by my predecessor as a model.

At one point, my predecessor's code makes reference to an item called flstvwBags, a TFileListView object. I cannot find this component on my own system, and have been tracking it down online. However, the versions I have found all seem to be for Delphi 4 or earlier; I am running Delphi 7.

I basically have just a few simple questions I wish to ask.

1. Is the TFileListView component a default component for Delphi 7, and if so, which of the palette tags would it be on? (Standard, Additional, System, etc...)

2. Does anyone here know of the location online for a copy of the TFileListView component that is designed for Delphi 7? Or alternately, does anyone know whether or not I'll be able to use the copies of this I have found that are for earlier versions of Delphi?

3. Does anyone know of any other components or coding sequences that might be able to substitute for the TFileListView component?

Thank you for your consideration.
 
The link below might help get you started, but it also seems TFileListView is available in Delphi 7. This is a CLX compnent, so this may be why you're not seeing it on the palette, which I think is VCL only. In my Delphi 7 Help:

The CLX Object and Component Help is one of several help files that make up the Object and Component Help. The topics in this help file describe material in units that can only be used in CLX applications. These units begin with the letter Q (such as QControls), and typically correspond to units that are described in the VCL help. Note that when writing a CLX application, you are not limited to the material described in the CLX help: you can use material described in any of the help files except the VCL help.

TFileListView displays a file system directory as a multi-column list view.

Unit
QFileCtrls

Description
A TFileListView control represent a file system directory as a multi-column list view.

Link if you need to get the component:



Getting answers before I'm asked.
Providing answers if I can.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top