Vcl.Dialogs.TOpenDialog.OnIncludeItem
Delphi
property OnIncludeItem: TIncludeItemEvent read FOnIncludeItem write FOnIncludeItem;
C++
__property TIncludeItemEvent OnIncludeItem = {read=FOnIncludeItem, write=FOnIncludeItem};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | TOpenDialog |
Description
Occurs before the dialog adds a file to the file list box.
Write an OnIncludeItem event handler to programmatically filter the items that appear in the shell folder's item list.
This event does not occur unless the Options property includes ofEnableIncludeNotify.