JVCL Help:TJvBrowseForFolderDialog.OnAcceptChange

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs after the selection has changed in the Browse dialog box.


Pascal

 TJvBrowseAcceptChange = procedure (Sender: TObject; const NewFolder: string; var Accept: Boolean) ofobject;
propertyOnAcceptChange: TJvBrowseAcceptChange;


Parameters

Parameters Description
Accept Set to true to enable the dialog's OK button, set to false to disable the dialog's OK button.
NewFolder Specifies the newly selected item.
Sender The TJvBrowseForFolderDialog component that has sent this event.


Description

Write an OnAcceptChange event handler to enable or disable the Browse dialog's OK button, depending on the newly selected item.


See Also

TJvBrowseForFolderDialog.OnChange, TJvBrowseForFolderDialog.OnValidateFailed, TJvBrowseForFolderDialog.SetOKEnabled


About

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