FMX.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
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TOpenDialog

Description

Maintains a list of the previously selected files. Obsolete property.

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

See Also