Vcl.Dialogs.TOpenDialog.HistoryList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HistoryList: TStrings read FHistoryList write SetHistoryList;

C++

__property System::Classes::TStrings* HistoryList = {read=FHistoryList, write=SetHistoryList};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TOpenDialog

Description

Maintains a list of previously selected files. (Obsolete.)

HistoryList is maintained for compatibility with older versions of TOpenDialog. It is not used.