JVCL Help:TJvDirectoryListBox.OnDriveChangeError

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a change of the current drive failed.


Pascal

 TJvDriveChangeError = procedure (Sender: TObject; var NewDrive: Char) ofobject;
propertyOnDriveChangeError: TJvDriveChangeError;


Parameters

Parameters Description
NewDrive Determines the drive to which the component tries to set the current drive to.
Sender Sender of this event.


Description

Write an OnDriveChangeError to respond when changing the current drive failed. Set NewDrive to #0 to cancel the drive change. If you do not set NewDrive to #0, TJvDirectoryListBox retries to set the current drive to the value of NewDrive.


See Also

TJvDirectoryListBox.OnChange


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