Vcl.FileCtrl.TDirectoryListBox.FileList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileList: TFileListBox read FFileList write SetFileListBox;

C++

__property TFileListBox* FileList = {read=FFileList, write=SetFileListBox};

Properties

Type Visibility Source Unit Parent
property published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDirectoryListBox

Description

Provides a simple way to connect a directory list box with a file list box.

Use FileList to specify a file list box in which to display the files of the current directory.

See Also

Code Examples