Vcl.Dialogs.TOpenDialog.OnIncludeItem

From RAD Studio API Documentation
Revision as of 17:01, 16 October 2011 by TestAccount (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Personal tools
Translations