JVCL Help:TJvBrowseForFolderDialog.OnGetEnumFlags
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBrowseForFolderDialog.OnGetEnumFlags Event
[+] TJvBrowseForFolderDialog Events
[+] TJvBrowseForFolderDialog Methods
[+] TJvBrowseForFolderDialog Properties
Search in JVCL Help
Search in all projectsSummary
Occurs for each Shell folder before the dialog displays it.
Pascal
TJvGetEnumFlagsEvent = procedure (Sender: TObject; const AFolder: string; var Flags: TJvBrowsableObjectClasses) ofobject;
propertyOnGetEnumFlags: TJvGetEnumFlagsEvent;
Parameters
Parameters | Description |
Flags | Set Flags to the classes of objects that should be enumerated in the folder specified by AFolder. |
AFolder | Indicates the Shell folder that is to be displayed. |
Sender | The TJvBrowseForFolderDialog component that has sent this event. |
Description
Write an OnGetEnumFlags event handler to specify which classes of objects in a Shell folder should be enumerated.
See Also
TJvBrowseForFolderDialog.OnShouldShow
About
Notes
Only for windows XP systems.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page