zu 1: die FilterComboBox hat auch ein Property namens FileList
Verbindungen:
Code:
TDriveComboBox >>1>> TDirectoryListBox >>2>> TFileListBox <<3<< TFilterComboBox
vv4vv vv5vv
TLabel TEdit
1: TDriveComboBox.Dirlist := TDirectoryListBox
2: TDirectoryListBox.FileList := TFileListBox
3: TFilterComboBox.FileList := TFileListBox
4: TDirectoryListBox.Dirlabel := TLabel
5: TFileListBox.FileEdit := TEdit