Vcl.FileCtrl.TFileListBox

From RAD Studio API Documentation
Jump to: navigation, search

Error: Image is invalid or non-existent.

Delphi

TFileListBox = class(TCustomListBox)

C++

class PASCALIMPLEMENTATION TFileListBox : public Vcl::Stdctrls::TCustomListBox

Properties

Type Visibility Source Unit Parent
class public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl Vcl.FileCtrl

Description

TFileListBox is a specialized list box that lists all the files in a specified directory.

Add TFileListBox to a form to allow users to select a file. Use TFileListBox along with TDriveComboBox, TFilterComboBox, and TDirectoryListBox to add full file selection capabilities to a form.

Note: To add a standard Windows file open or save dialog to an application, use TOpenDialog or TSaveDialog instead.

See Also


Code Examples