hi,
@BLACKFIRE69 can you add this class to the FMXInno.
this class is VCL component in unite VCL.FileCtrl.
I use unite FMX.Platform.Win to Handle the VCL component in FMX Form.
I made example in delphi.
THANK YOU.
Win 3.1:
Code:
hDrive: TDriveComboBox;
hFilter: TFilterComboBox;
hDirectory: TDirectoryListBox;
hFileList: TFileListBox;
ListBox:
Code:
procedure ListBoxItemClick(const Sender: TCustomListBox;
const Item: TListBoxItem);
begin
end;
Label: