Vcl.Dialogs.TIncludeItemEvent
Delphi
TIncludeItemEvent = procedure (const OFN: TOFNotifyEx; var Include: Boolean) of object;
C++
typedef void __fastcall (__closure *TIncludeItemEvent)(const TOFNotifyEx &OFN, bool &Include);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
TIncludeItemEvent is the type of the OnIncludeItem event handler.
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.