JVCL Help:TJvBrowseForFolderDialog.OnShouldShow

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs for each item in a folder before the dialog displays it.


Pascal

 TJvShouldShowEvent = procedure (Sender: TObject; const Item: string; var DoShow: Boolean) ofobject;
propertyOnShouldShow: TJvShouldShowEvent;


Parameters

Parameters Description
DoShow Set to true to have the item displayed, set to false to prevent the item from being displayed.
Item Indicates the item that is to be displayed.
Sender The TJvBrowseForFolderDialog component that has sent this event.


Description

Write an OnShouldShow event handler to specify which individual items of a folder should be displayed in the dialog.


See Also

TJvBrowseForFolderDialog.OnGetEnumFlags


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