RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOpenDialog.OnIncludeItem Event

Occurs before the dialog adds a file to the file list box.

Pascal
property OnIncludeItem: TIncludeItemEvent;
C++
__property TIncludeItemEvent OnIncludeItem;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!