Vcl.Dialogs.TOpenDialog.OnIncludeItem

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also