RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TIncludeItemEvent Type

TIncludeItemEvent is the type of the OnIncludeItem event handler.

Pascal
TIncludeItemEvent = procedure (const OFN: TOFNotifyEx; var Include: Boolean) of object;
C++
(const OFN: TOFNotifyEx; var Include: Boolean) ( TIncludeItemEvent)();

TIncludeItemEvent is the type of the OnIncludeItem event handler. OFN is a Windows structure that includes information about the shell folder. Include is set by the event handler to indicate whether the item can be added to the list. Set Include to False to prevent this item from being added to the list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!